mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 22:58:17 -05:00
Add set -e to exit when test fails (#5398)
This commit is contained in:
@@ -207,6 +207,7 @@ jobs:
|
|||||||
downstreamAggregateNames: ${{ parameters.downstreamAggregateNames }}
|
downstreamAggregateNames: ${{ parameters.downstreamAggregateNames }}
|
||||||
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/gpu-diagnostics.yml
|
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/gpu-diagnostics.yml
|
||||||
- script: |
|
- script: |
|
||||||
|
set -e
|
||||||
export PYTHONPATH=$(Agent.BuildDirectory)/s/build/python:$PYTHONPATH
|
export PYTHONPATH=$(Agent.BuildDirectory)/s/build/python:$PYTHONPATH
|
||||||
|
|
||||||
echo "--- Running origami_test.py ---"
|
echo "--- Running origami_test.py ---"
|
||||||
|
|||||||
Reference in New Issue
Block a user