Skip to content
Snippets Groups Projects
Commit 325e70d3 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Wait for job to finish

parent 3e35f96c
No related branches found
No related tags found
1 merge request!3Add test for matrix
Pipeline #81460 passed
...@@ -59,7 +59,7 @@ collect-performance: # This job runs in the test stage. ...@@ -59,7 +59,7 @@ collect-performance: # This job runs in the test stage.
- das6-gpu - das6-gpu
stage: benchmark # It only starts when the job in the build stage completes successfully. stage: benchmark # It only starts when the job in the build stage completes successfully.
script: script:
- sbatch -C ${ARCHITECTURE} -o output -e error ci/das6/compile_and_run.sh ${ARCHITECTURE} ${COMPILER_VERSION} - sbatch --wait -C ${ARCHITECTURE} -o output -e error ci/das6/compile_and_run.sh ${ARCHITECTURE} ${COMPILER_VERSION}
- cat output >&1 - cat output >&1
- cat error >&2 - cat error >&2
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment