Skip to content
Snippets Groups Projects
Commit 17f6a21c authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

.gitlab-ci.yml: restrict benchmarks needs to non-CUDA containers

parent 4b4dd5e2
Branches
Tags
1 merge request!936.gitlab-ci.yml: restrict benchmarks needs to non-CUDA containers
...@@ -473,8 +473,19 @@ jug_xl:singularity:nightly: ...@@ -473,8 +473,19 @@ jug_xl:singularity:nightly:
.benchmarks: .benchmarks:
stage: benchmarks stage: benchmarks
needs: needs:
- version - job: version
- eic - job: eic
parallel:
matrix:
- BUILD_TYPE:
- default
- nightly
BUILDER_IMAGE: debian_stable_base
RUNTIME_IMAGE: debian_stable_base
BUILD_IMAGE: eic_
PLATFORM: linux/amd64
ENV:
- xl
variables: variables:
DETECTOR: "epic" DETECTOR: "epic"
DETECTOR_CONFIG: epic_craterlake DETECTOR_CONFIG: epic_craterlake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment