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

rename stage and job

parent af668065
No related branches found
No related tags found
1 merge request!925feat: use BUILD_IMAGE=eic_ with rename to jug instead of other way around; fix NIGHLTY
Pipeline #93849 skipped
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment