Added set -e to the Run Benchmark Script step in azure-benchmark-pipeline.yaml so that the pipeline fails if the python script fails.

This commit is contained in:
Christopher McCarthy
2024-07-08 08:26:52 +00:00
parent 2a003eece9
commit 2d2f2df360

View File

@@ -53,6 +53,7 @@ jobs:
displayName: 'Install Dependencies'
- script: |
set -e
cd benchmark
python3 primaite_benchmark.py
cd ..