Skip to content

Commit

Permalink
Remove coverage and durations for parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Mar 5, 2024
1 parent f5d4e20 commit 210ec59
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ jobs:
echo OMP_NUM_THREADS is "$OMP_NUM_THREADS"
echo OPENBLAS_NUM_THREADS is "$OPENBLAS_NUM_THREADS"
mpiexec -n 2 python -m pytest \
--durations=200 \
--cov firedrake \
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
Expand All @@ -128,8 +126,6 @@ jobs:
echo OMP_NUM_THREADS is "$OMP_NUM_THREADS"
echo OPENBLAS_NUM_THREADS is "$OPENBLAS_NUM_THREADS"
mpiexec -n 3 python -m pytest \
--durations=200 \
--cov firedrake \
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
Expand All @@ -142,8 +138,6 @@ jobs:
echo OMP_NUM_THREADS is "$OMP_NUM_THREADS"
echo OPENBLAS_NUM_THREADS is "$OPENBLAS_NUM_THREADS"
mpiexec -n 4 python -m pytest \
--durations=200 \
--cov firedrake \
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
Expand All @@ -156,8 +150,6 @@ jobs:
echo OMP_NUM_THREADS is "$OMP_NUM_THREADS"
echo OPENBLAS_NUM_THREADS is "$OPENBLAS_NUM_THREADS"
mpiexec -n 6 python -m pytest \
--durations=200 \
--cov firedrake \
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
Expand All @@ -170,8 +162,6 @@ jobs:
echo OMP_NUM_THREADS is "$OMP_NUM_THREADS"
echo OPENBLAS_NUM_THREADS is "$OPENBLAS_NUM_THREADS"
mpiexec -n 7 python -m pytest \
--durations=200 \
--cov firedrake \
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
Expand All @@ -184,8 +174,6 @@ jobs:
echo OMP_NUM_THREADS is "$OMP_NUM_THREADS"
echo OPENBLAS_NUM_THREADS is "$OPENBLAS_NUM_THREADS"
mpiexec -n 8 python -m pytest \
--durations=200 \
--cov firedrake \
--timeout=1800 \
--timeout-method=thread \
-o faulthandler_timeout=1860 \
Expand Down

0 comments on commit 210ec59

Please sign in to comment.