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
Merge requests
!478
feat: run benchmarks after container build
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: run benchmarks after container build
benchmarks
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
benchmarks
into
master
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
93d9bd0e
Show latest version
1 file
+
33
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
93d9bd0e
feat: run benchmarks after container build
· 93d9bd0e
Wouter Deconinck
authored
2 years ago
.gitlab-ci.yml
+
33
−
0
Options
@@ -68,6 +68,7 @@ stages:
-
base
## base OS image
-
jug
## jug container images
-
deploy
## build/deploy singularity images
-
benchmarks
-
test
-
finalize
@@ -515,6 +516,38 @@ juggler:main:
project
:
EIC/juggler
allow_failure
:
true
benchmarks:reconstruction
:
stage
:
benchmarks
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
needs
:
-
version
-
juggler:main
variables
:
JUGGLER_TAG
:
"
$INTERNAL_TAG"
JUGGLER_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
trigger
:
project
:
EIC/benchmarks/reconstruction_benchmarks
strategy
:
depend
## for now allow failure, as we need to update those pipelines
allow_failure
:
false
benchmarks:physics
:
stage
:
benchmarks
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
needs
:
-
version
-
juggler:main
variables
:
RECO
:
"
juggler"
JUGGLER_TAG
:
"
$INTERNAL_TAG"
JUGGLER_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
trigger
:
project
:
EIC/benchmarks/physics_benchmarks
strategy
:
depend
allow_failure
:
false
cleanup
:
stage
:
finalize
dependencies
:
Loading