Skip to content
Snippets Groups Projects
Commit 6ecbf543 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: run benchmarks after container build

parent b058fbf3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !478. Comments created here will be created in the context of that merge request.
...@@ -68,6 +68,7 @@ stages: ...@@ -68,6 +68,7 @@ stages:
- base ## base OS image - base ## base OS image
- jug ## jug container images - jug ## jug container images
- deploy ## build/deploy singularity images - deploy ## build/deploy singularity images
- benchmarks
- test - test
- finalize - finalize
...@@ -517,6 +518,38 @@ juggler:main: ...@@ -517,6 +518,38 @@ juggler:main:
project: EIC/juggler project: EIC/juggler
allow_failure: true 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: cleanup:
stage: finalize stage: finalize
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment