Skip to content
Snippets Groups Projects

.gitlab-ci.yml: trigger reconstruction_benchmarks

Merged Dmitry Kalinkin requested to merge pr/trigger_reconstruction_benchmarks into master
1 file
+ 18
0
Compare changes
  • Side-by-side
  • Inline
+ 18
0
@@ -520,6 +520,24 @@ benchmarks:physics:nightly:
@@ -520,6 +520,24 @@ benchmarks:physics:nightly:
project: EIC/benchmarks/physics_benchmarks
project: EIC/benchmarks/physics_benchmarks
strategy: depend
strategy: depend
 
benchmarks:reconstruction:default:
 
extends: .benchmarks
 
variables:
 
BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
 
trigger:
 
project: EIC/benchmarks/reconstruction_benchmarks
 
strategy: depend
 
 
benchmarks:reconstruction:nightly:
 
extends: .benchmarks
 
rules:
 
- !reference ['.nightly', rules]
 
variables:
 
BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
 
trigger:
 
project: EIC/benchmarks/reconstruction_benchmarks
 
strategy: depend
 
df:
df:
extends: .build
extends: .build
stage: config
stage: config
Loading