Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
containers
eic_container
Commits
a201c8bb
Commit
a201c8bb
authored
11 months ago
by
Dmitry Kalinkin
Committed by
Dmitry Kalinkin
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: trigger physics_benchmarks pipelines
parent
d51caf4a
No related branches found
No related tags found
1 merge request
!922
.gitlab-ci.yml: trigger physics_benchmarks pipelines
Pipeline
#93823
passed
11 months ago
Stage: status-pending
Stage: config
Stage: base
Stage: jug
Stage: deploy
Stage: benchmarks
Stage: finalize
Stage: status-report
Pipeline: physics_benchmarks
#93827
Pipeline: physics_benchmarks
#93826
Pipeline: detector_benchmarks
#93825
+1
Changes
1
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+26
-14
26 additions, 14 deletions
.gitlab-ci.yml
with
26 additions
and
14 deletions
.gitlab-ci.yml
+
26
−
14
View file @
a201c8bb
...
...
@@ -444,7 +444,7 @@ jug_xl:singularity:nightly:
-
jug_xl
benchmarks:
detector:default
:
.
benchmarks
:
stage
:
benchmarks
needs
:
-
version
...
...
@@ -453,34 +453,46 @@ benchmarks:detector:default:
DETECTOR
:
"
epic"
DETECTOR_CONFIG
:
epic_craterlake
DETECTOR_REPOSITORYURL
:
'
https://github.com/eic/epic.git'
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-default"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
PIPELINE_NAME
:
"
$PIPELINE_NAME"
allow_failure
:
false
benchmarks:detector:default
:
extends
:
.benchmarks
variables
:
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-default"
trigger
:
project
:
EIC/benchmarks/detector_benchmarks
strategy
:
depend
allow_failure
:
false
benchmarks:detector:nightly
:
stage
:
benchmarks
extends
:
.
benchmarks
rules
:
-
!reference
[
'
.nightly'
,
rules
]
needs
:
-
version
-
jug_xl
variables
:
DETECTOR
:
"
epic"
DETECTOR_CONFIG
:
epic_craterlake
DETECTOR_REPOSITORYURL
:
'
https://github.com/eic/epic.git'
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-nightly"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
PIPELINE_NAME
:
"
$PIPELINE_NAME"
trigger
:
project
:
EIC/benchmarks/detector_benchmarks
strategy
:
depend
allow_failure
:
false
benchmarks:phyiscs:default
:
extends
:
.benchmarks
variables
:
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-default"
trigger
:
project
:
EIC/benchmarks/physics_benchmarks
strategy
:
depend
benchmarks:physics:nightly
:
extends
:
.benchmarks
rules
:
-
!reference
[
'
.nightly'
,
rules
]
variables
:
BENCHMARKS_TAG
:
"
${INTERNAL_TAG}-nightly"
trigger
:
project
:
EIC/benchmarks/physics_benchmarks
strategy
:
depend
df
:
extends
:
.build
...
...
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