Skip to content
Snippets Groups Projects

feat: use BUILD_IMAGE=eic_ with rename to jug instead of other way around; fix NIGHLTY

Merged Wouter Deconinck requested to merge eic-jug into master
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
+ 7
7
@@ -44,7 +44,7 @@ stages:
- status-pending
- config
- base ## base OS image
- jug ## jug container images
- eic ## EIC container images
- deploy ## build/deploy singularity images
- benchmarks
- test
@@ -280,7 +280,7 @@ base:
done
jug_xl:
eic:
parallel:
matrix:
- BUILD_TYPE:
@@ -310,7 +310,7 @@ jug_xl:
# ENV:
# - prod
extends: .build
stage: jug
stage: eic
needs:
- version
- base
@@ -432,7 +432,7 @@ jug_xl:singularity:default:
BUILD_IMAGE: jug_xl
needs:
- version
- jug_xl
- eic
# eic-shell expects build/jug_xl.sif from the job with name 'jug_xl:singularity:nightly'
jug_xl:singularity:nightly:
@@ -442,19 +442,19 @@ jug_xl:singularity:nightly:
BUILD_IMAGE: jug_xl
needs:
- version
- jug_xl
- eic
.benchmarks:
stage: benchmarks
needs:
- version
- jug_xl
- eic
variables:
DETECTOR: "epic"
DETECTOR_CONFIG: epic_craterlake
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_CONTAINER: "eic_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
PIPELINE_NAME: "$PIPELINE_NAME"
allow_failure: false
Loading