Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads-GPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HEP-Benchmarks
hep-workloads-GPU
Commits
07bf1a3d
Commit
07bf1a3d
authored
4 years ago
by
Domenico Giordano
Browse files
Options
Downloads
Plain Diff
Merge branch 'promote-procedure' into 'qa'
Promote procedure See merge request
!26
parents
865f629d
a2405fe3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!32
Qa
,
!31
Qa
,
!29
how to promote images
,
!26
Promote procedure
Pipeline
#1906022
failed
4 years ago
Stage: promote-image
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-2
12 additions, 2 deletions
.gitlab-ci.yml
with
12 additions
and
2 deletions
.gitlab-ci.yml
+
12
−
2
View file @
07bf1a3d
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment