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
61e597a0
Commit
61e597a0
authored
4 years ago
by
Domenico Giordano
Browse files
Options
Downloads
Patches
Plain Diff
Policy tags
parent
588c0b67
No related branches found
No related tags found
3 merge requests
!32
Qa
,
!31
Qa
,
!29
how to promote images
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
cms/cms-patatrack-ci.yml
+1
-1
1 addition, 1 deletion
cms/cms-patatrack-ci.yml
lhc/simpletrack/.simpletrack-ci.yml
+1
-1
1 addition, 1 deletion
lhc/simpletrack/.simpletrack-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
61e597a0
...
...
@@ -49,7 +49,7 @@ patatrack:
only
:
variables
:
-
$CI_COMMIT_BRANCH =~ /^qa.*$/
-
$CI_COMMIT_TAG =~ /^v.*$/
-
$CI_COMMIT_TAG =~ /^
cms-patatrack-
v.*$/
changes
:
-
cms/patatrack/*
-
cms/patatrack/ci-scripts/*
...
...
@@ -68,7 +68,7 @@ simpletrack:
only
:
variables
:
-
$CI_COMMIT_BRANCH =~ /^qa.*$/
-
$CI_COMMIT_TAG =~ /^v.*$/
-
$CI_COMMIT_TAG =~ /^
simpletrack-
v.*$/
changes
:
-
lhc/simpletrack/Dockerfile.*
-
lhc/simpletrack/lhc-simpletrack.*
...
...
This diff is collapsed.
Click to expand it.
cms/cms-patatrack-ci.yml
+
1
−
1
View file @
61e597a0
...
...
@@ -170,6 +170,6 @@ job_test_standalone_image:
-
cms/patatrack/cms-patatrack/utility_scripts/*
artifacts
:
paths
:
-
${CI_PROJECT_DIR}/
${RESULTS_DIR
}
-
${CI_PROJECT_DIR}/
CI-JOB-${CI_JOB_ID
}
expire_in
:
1 week
when
:
always
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lhc/simpletrack/.simpletrack-ci.yml
+
1
−
1
View file @
61e597a0
...
...
@@ -16,7 +16,7 @@ stages:
name
:
build/$CI_COMMIT_REF_NAME
before_script
:
-
echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
-
export HEP_LATEST="latest"; export HEP_TAG=
$
CI_COMMIT_TAG; if [ "$CI_COMMIT_REF_NAME" == "qa" ]; then export HEP_LATEST=`echo ci-${CI_COMMIT_REF_NAME}-latest` ; export HEP_TAG=`echo "ci"-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}`; fi
-
export HEP_LATEST="latest"; export HEP_TAG=
`echo ${
CI_COMMIT_TAG
} | sed -e 's@.*-\(v[0-9\.]*\)@\1@'`
; if [ "$CI_COMMIT_REF_NAME" == "qa" ]; then export HEP_LATEST=`echo ci-${CI_COMMIT_REF_NAME}-latest` ; export HEP_TAG=`echo "ci"-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}`; fi
.job_template
:
&job_test
stage
:
test
...
...
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