Skip to content

Commit 86518c5

Browse files
committed
mpi4py add -x test_doc set ubuntu 22.04
Signed-off-by: Tomislav Janjusic <[email protected]>
1 parent 1001209 commit 86518c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ompi_mpi4py_tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
mpi4py-tests:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
timeout-minutes: 30
1919
env:
2020
${{ inputs.env_name}}: 1
@@ -59,27 +59,27 @@ jobs:
5959
#----------------------------------------------
6060

6161
- name: Test mpi4py (singleton)
62-
run: python test/main.py -v
62+
run: python test/main.py -v -x test_doc
6363
if: ${{ true }}
6464
timeout-minutes: 10
6565
- name: Test mpi4py (np=1)
66-
run: mpiexec -n 1 python test/main.py -v
66+
run: mpiexec -n 1 python test/main.py -v -x test_doc
6767
if: ${{ true }}
6868
timeout-minutes: 10
6969
- name: Test mpi4py (np=2)
70-
run: mpiexec -n 2 python test/main.py -v -f
70+
run: mpiexec -n 2 python test/main.py -v -f -x test_doc
7171
if: ${{ true }}
7272
timeout-minutes: 10
7373
- name: Test mpi4py (np=3)
74-
run: mpiexec -n 3 python test/main.py -v -f
74+
run: mpiexec -n 3 python test/main.py -v -f -x test_doc
7575
if: ${{ true }}
7676
timeout-minutes: 10
7777
- name: Test mpi4py (np=4)
78-
run: mpiexec -n 4 python test/main.py -v -f
78+
run: mpiexec -n 4 python test/main.py -v -f -x test_doc
7979
if: ${{ true }}
8080
timeout-minutes: 10
8181
- name: Test mpi4py (np=5)
82-
run: mpiexec -n 5 python test/main.py -v -f
82+
run: mpiexec -n 5 python test/main.py -v -f -x test_doc
8383
if: ${{ true }}
8484
timeout-minutes: 10
8585

0 commit comments

Comments
 (0)