mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
CI: set maxfail=20 for nightly tests
This commit is contained in:
parent
6a89abcc76
commit
1d7dced221
3
.github/workflows/upstream-nightly.yaml
vendored
3
.github/workflows/upstream-nightly.yaml
vendored
@ -69,7 +69,8 @@ jobs:
|
||||
echo "JAX_NUM_GENERATED_CASES=$JAX_NUM_GENERATED_CASES"
|
||||
echo "JAX_ENABLE_X64=$JAX_ENABLE_X64"
|
||||
echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS"
|
||||
pytest -n auto --tb=short -rf \
|
||||
echo "JAX_SKIP_SLOW_TESTS=$JAX_SKIP_SLOW_TESTS"
|
||||
pytest -n auto --tb=short -rf --maxfail=20 \
|
||||
--report-log output-${{ matrix.python-version }}-log.jsonl \
|
||||
tests \
|
||||
|| (
|
||||
|
Loading…
x
Reference in New Issue
Block a user