Skip to content

Commit

Permalink
Try to prevent pytest overwriting xml files in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Sep 13, 2024
1 parent c7acec1 commit bf317f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
--junit-xml=firedrake2.xml \
--junit-xml=firedrake2_\$MPISPAWN_TASK_ID1.xml \
-m "parallel[\$MPISPAWN_WORLD_SIZE] and not broken" \
-v tests
timeout-minutes: 30
Expand All @@ -140,7 +140,7 @@ jobs:
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
--junit-xml=firedrake3.xml \
--junit-xml=firedrake3_\$MPISPAWN_TASK_ID1.xml \
-m "parallel[\$MPISPAWN_WORLD_SIZE] and not broken" \
-v tests
timeout-minutes: 60
Expand All @@ -156,7 +156,7 @@ jobs:
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
--junit-xml=firedrake4.xml \
--junit-xml=firedrake4_\$MPISPAWN_TASK_ID1.xml \
-m "parallel[\$MPISPAWN_WORLD_SIZE] and not broken" \
-v tests
timeout-minutes: 30
Expand Down

0 comments on commit bf317f5

Please sign in to comment.