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

feat: trigger geoviewer for default if EPIC_VERSION specified

parent bd31548a
No related branches found
No related tags found
1 merge request!1017feat: trigger geoviewer for default if EPIC_VERSION specified
Pipeline #105014 passed with stages
in 2 hours, 13 minutes, and 59 seconds
...@@ -529,6 +529,16 @@ jug_xl:singularity:nightly: ...@@ -529,6 +529,16 @@ jug_xl:singularity:nightly:
PIPELINE_NAME: "eic_container: $CI_PIPELINE_NAME" PIPELINE_NAME: "eic_container: $CI_PIPELINE_NAME"
allow_failure: false allow_failure: false
benchmarks:geoviewer:default:
extends: .benchmarks
rules:
- if: '$CI_PIPELINE_SOURCE != "schedule" && $EPIC_VERSION != ""'
variables:
BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
trigger:
project: EIC/benchmarks/geoviewer
strategy: depend
benchmarks:detector:default: benchmarks:detector:default:
extends: .benchmarks extends: .benchmarks
rules: rules:
......
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