Skip to content

Commit 890b173

Browse files
authored
Apply suggestions from code review
1 parent 37b5ed4 commit 890b173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
python -m coverage run --source ${{ env.COVERAGE_SCOPE }} \
170170
-m pytest -v --timeout=30 --durations=50 --random-order-seed=$GITHUB_RUN_ID \
171171
# adressing flaky: process 0 terminated with signal SIGABRT
172-
--reruns 3 --rerun-except="torch.multiprocessing.spawn.ProcessExitedException" \
172+
--rerun-except="torch.multiprocessing.spawn.ProcessExitedException" \
173173
--junitxml=junit.xml -o junit_family=legacy # NOTE: for Codecov's test results
174174
175175
- name: Statistics

.github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
python -m coverage run --source ${{ env.COVERAGE_SCOPE }} \
199199
-m pytest . -v --timeout=60 --durations=50 --random-order-seed=$GITHUB_RUN_ID \
200200
# adressing flaky: process 0 terminated with signal SIGABRT
201-
--reruns 3 --rerun-except="torch.multiprocessing.spawn.ProcessExitedException" \
201+
--rerun-except="torch.multiprocessing.spawn.ProcessExitedException" \
202202
--junitxml=junit.xml -o junit_family=legacy # NOTE: for Codecov's test results
203203
204204
- name: Statistics

0 commit comments

Comments
 (0)