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
e4422829
Commit
e4422829
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: run benchmarks on nightly too
parent
ef06729c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+44
-6
44 additions, 6 deletions
.gitlab-ci.yml
with
44 additions
and
6 deletions
.gitlab-ci.yml
+
44
−
6
View file @
e4422829
...
...
@@ -146,6 +146,15 @@ version:
done
-
docker buildx create --name builder --driver docker-container --bootstrap --use
## rules for nightly jobs
.nightly
:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
on_success
-
when
:
never
## Images:
## debian_testing_base --> jug_dev --> jug_xl
## ---------------> jug_sim
...
...
@@ -439,10 +448,8 @@ jug_xl:singularity:nightly:
-
mkdir build
-
singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG}
benchmarks:reconstruction
:
benchmarks:reconstruction:
default
:
stage
:
benchmarks
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
needs
:
-
version
-
jug_xl:default
...
...
@@ -455,10 +462,8 @@ benchmarks:reconstruction:
strategy
:
depend
allow_failure
:
true
benchmarks:physics
:
benchmarks:physics:
default
:
stage
:
benchmarks
rules
:
-
if
:
'
$CI_SERVER_HOST
==
"eicweb.phy.anl.gov"'
needs
:
-
version
-
jug_xl:default
...
...
@@ -472,6 +477,39 @@ benchmarks:physics:
strategy
:
depend
allow_failure
:
false
benchmarks:reconstruction:nightly
:
stage
:
benchmarks
rules
:
-
[
!reference
.nightly
,
rules
]
needs
:
-
version
-
jug_xl:nightly
variables
:
BENCHMARKS_TAG
:
"
${NIGHTLY_TAG}"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
trigger
:
project
:
EIC/benchmarks/reconstruction_benchmarks
strategy
:
depend
allow_failure
:
true
benchmarks:physics:nightly
:
stage
:
benchmarks
rules
:
-
[
!reference
.nightly
,
rules
]
needs
:
-
version
-
jug_xl:nightly
variables
:
RECO
:
"
eicrecon"
BENCHMARKS_TAG
:
"
${NIGHTLY_TAG}"
BENCHMARKS_CONTAINER
:
"
jug_xl"
BENCHMARKS_REGISTRY
:
"
$CI_REGISTRY_IMAGE"
trigger
:
project
:
EIC/benchmarks/physics_benchmarks
strategy
:
depend
allow_failure
:
false
clean
:
stage
:
finalize
dependencies
:
...
...
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