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 Feb 9, 2024
1 parent 99a6f35 commit ecb9628
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 @@ -113,8 +113,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 @@ -127,8 +125,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 @@ -141,8 +137,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 @@ -155,8 +149,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 @@ -169,8 +161,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 @@ -183,8 +173,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 ecb9628

Please sign in to comment.