Skip to content
Snippets Groups Projects
Commit e9eaf91b authored by Thomas Kluyver's avatar Thomas Kluyver Committed by Karim Ahmed
Browse files

Stop on first failure for integration tests

parent b3e54cd3
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
...@@ -71,7 +71,7 @@ automated_test: ...@@ -71,7 +71,7 @@ automated_test:
- python3 -m pip install ".[test]" - python3 -m pip install ".[test]"
- echo "Running automated test. This can take sometime to finish depending on the test data." - echo "Running automated test. This can take sometime to finish depending on the test data."
- echo "Given variables are REFERENCE=$REFERENCE, OUTPUT=$OUTPUT, DETECTORS=$DETECTORS, CALIBRATION=$CALIBRATION" - echo "Given variables are REFERENCE=$REFERENCE, OUTPUT=$OUTPUT, DETECTORS=$DETECTORS, CALIBRATION=$CALIBRATION"
- python3 -m pytest ./tests/test_reference_runs --color yes --verbose --release-test --reference-folder /gpfs/exfel/d/cal_tst/reference_folder --out-folder /gpfs/exfel/data/scratch/xcaltst/test/$OUTPUT --detectors $DETECTORS --calibration $CALIBRATION - python3 -m pytest -x ./tests/test_reference_runs --color yes --verbose --release-test --reference-folder /gpfs/exfel/d/cal_tst/reference_folder --out-folder /gpfs/exfel/data/scratch/xcaltst/test/$OUTPUT --detectors $DETECTORS --calibration $CALIBRATION
timeout: 24 hours timeout: 24 hours
resource_group: automated_test resource_group: automated_test
......
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