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

modified: bin/gen_ci_config

parent 2f5f6453
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ do ...@@ -59,6 +59,7 @@ do
ifile=$((ifile+1)) ifile=$((ifile+1))
cat <<EOF cat <<EOF
${CI_JOB_PREFIX}${ifile}_${filename_noext}: ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
stage: benchmarks
script: script:
- bash ${script_name} - bash ${script_name}
allow_failure: true allow_failure: true
...@@ -73,6 +74,7 @@ do ...@@ -73,6 +74,7 @@ do
ifile=$((ifile+1)) ifile=$((ifile+1))
cat <<EOF cat <<EOF
${CI_JOB_PREFIX}${ifile}_${filename_noext}: ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
stage: benchmarks
script: script:
- root -b -q ${script_name} - root -b -q ${script_name}
allow_failure: true 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