Skip to content
Snippets Groups Projects
Commit 2f5f6453 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

	modified:   bin/gen_ci_config
parent 10b57a83
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ calorimeters-pipeline:
include:
- artifact: results/calorimeters_config.yml
job: generate_config
allow_failure: true
trackers-pipeline:
stage: benchmarks
......@@ -48,9 +49,11 @@ trackers-pipeline:
include:
- artifact: results/trackers_config.yml
job: generate_config
allow_failure: true
pid-pipeline:
stage: benchmarks
allow_failure: true
trigger:
include:
- artifact: results/pid_config.yml
......
......@@ -59,8 +59,6 @@ do
ifile=$((ifile+1))
cat <<EOF
${CI_JOB_PREFIX}${ifile}_${filename_noext}:
tags:
- ${CI_TAG}
script:
- bash ${script_name}
allow_failure: true
......@@ -75,8 +73,6 @@ do
ifile=$((ifile+1))
cat <<EOF
${CI_JOB_PREFIX}${ifile}_${filename_noext}:
tags:
- ${CI_TAG}
script:
- root -b -q ${script_name}
allow_failure: true
......
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