Skip to content

Commit 65535b4

Browse files
authored
CI IFPEN : exclude vtk_vtu, os_vtu and ios_xmf tests from gimkl/2018b workflows (#1769)
1 parent 852e560 commit 65535b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ifpen_el8_gimkl-2018b.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
CM_BUILD_TYPE: Release
2929
CM_CCACHE_OPTS: "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
3030
# CTest
31-
CT_OPTS: "--timeout 300 --output-on-failure --exclude-regex '(^hydro5_4proc_3sd_4proc$|^alien.interface.c.seq.mpi-1$|^alien.interface.fortran.seq.mpi-1$|.petsc.mumps)' ${{ github.event.inputs.ctest_options }}"
31+
CT_OPTS: "--timeout 300 --output-on-failure --exclude-regex '(^hydro5_4proc_3sd_4proc$|^alien.interface.c.seq.mpi-1$|^alien.interface.fortran.seq.mpi-1$|.petsc.mumps|^vtk_vtu$|^ios_vtu$|^ios_xmf$)' ${{ github.event.inputs.ctest_options }}"
3232
# For intel MPI to fix errors appearing in July 2023
3333
I_MPI_SHM_LMT: shm
3434
# To remove test output directory to reduce disk usage

.github/workflows/ifpen_el9_gimkl-2018b.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
CM_BUILD_TYPE: Release
2929
CM_CCACHE_OPTS: "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
3030
# CTest
31-
CT_OPTS: "--timeout 300 --output-on-failure --exclude-regex '(^hydro5_4proc_3sd_4proc$|^alien.interface.c.seq.mpi-1$|^alien.interface.fortran.seq.mpi-1$|.petsc.mumps)' ${{ github.event.inputs.ctest_options }}"
31+
CT_OPTS: "--timeout 300 --output-on-failure --exclude-regex '(^hydro5_4proc_3sd_4proc$|^alien.interface.c.seq.mpi-1$|^alien.interface.fortran.seq.mpi-1$|.petsc.mumps|^vtk_vtu$|^ios_vtu$|^ios_xmf$)' ${{ github.event.inputs.ctest_options }}"
3232
# For intel MPI to fix errors appearing in July 2023
3333
I_MPI_SHM_LMT: shm
3434
# To remove test output directory to reduce disk usage

0 commit comments

Comments
 (0)