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

modified: bin/gen_ci_config

parent d91a6413
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,8 @@ do ...@@ -66,6 +66,8 @@ do
ifile=$((ifile+1)) ifile=$((ifile+1))
cat <<EOF cat <<EOF
${CI_JOB_PREFIX}${ifile}_${filename_noext}: ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
tags:
- ${CI_TAG}
stage: benchmarks stage: benchmarks
script: script:
- bash ${script_name} - bash ${script_name}
...@@ -81,6 +83,8 @@ do ...@@ -81,6 +83,8 @@ do
ifile=$((ifile+1)) ifile=$((ifile+1))
cat <<EOF cat <<EOF
${CI_JOB_PREFIX}${ifile}_${filename_noext}: ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
tags:
- ${CI_TAG}
stage: benchmarks stage: benchmarks
script: script:
- root -b -q ${script_name} - root -b -q ${script_name}
......
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