Skip to content
Snippets Groups Projects
Commit 07bf1a3d authored by Domenico Giordano's avatar Domenico Giordano
Browse files

Merge branch 'promote-procedure' into 'qa'

Promote procedure

See merge request !26
parents 865f629d a2405fe3
No related branches found
No related tags found
4 merge requests!32Qa,!31Qa,!29how to promote images,!26Promote procedure
Pipeline #1906022 failed
...@@ -116,7 +116,7 @@ promote_patatrack: ...@@ -116,7 +116,7 @@ promote_patatrack:
### LHC Simple Track ### LHC Simple Track
##################################################### #####################################################
simpletrack: build_simpletrack:
stage: triggers stage: triggers
trigger: trigger:
include: lhc/simpletrack/.simpletrack-ci.yml include: lhc/simpletrack/.simpletrack-ci.yml
...@@ -124,8 +124,18 @@ simpletrack: ...@@ -124,8 +124,18 @@ simpletrack:
only: only:
variables: variables:
- $CI_COMMIT_BRANCH =~ /^qa.*$/ - $CI_COMMIT_BRANCH =~ /^qa.*$/
- $CI_COMMIT_TAG =~ /^simpletrack-v.*$/ #- $CI_COMMIT_TAG =~ /^simpletrack-v.*$/
changes: changes:
- lhc/simpletrack/Dockerfile.* - lhc/simpletrack/Dockerfile.*
- lhc/simpletrack/lhc-simpletrack.* - lhc/simpletrack/lhc-simpletrack.*
- lhc/simpletrack/.simpletrack-ci.yml - lhc/simpletrack/.simpletrack-ci.yml
promote_simpletrack:
<<: *template_promote_prod_image
only:
variables:
- $CI_COMMIT_TAG =~ /^simpletrack-v.*$/
before_script:
- export IMAGE_NAME=$CI_REGISTRY_IMAGE/simpletrack/intel
- export IMAGE_TAG:ci-qa-latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment