Skip to content

Commit

Permalink
CI IFPEN : exclude some tests in ifpen_el7_gimkl-2018b.yml and ifpen_…
Browse files Browse the repository at this point in the history
…el8_gimkl-2018b.yml
  • Loading branch information
gazoppce committed Oct 26, 2023
1 parent e4104b3 commit 3725a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ifpen_el7_gimkl-2018b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Test
id: test
shell: bash
run: env LD_LIBRARY_PATH=${{ env.BUILD_DIR }}/${{ env.EXT_LIB_SUBDIR }}:${LD_LIBRARY_PATH} ctest --test-dir ${{ env.BUILD_DIR }} ${{ env.CT_OPTS }} -E '^hydro5_4proc_3sd_4proc$'
run: env LD_LIBRARY_PATH=${{ env.BUILD_DIR }}/${{ env.EXT_LIB_SUBDIR }}:${LD_LIBRARY_PATH} ctest --test-dir ${{ env.BUILD_DIR }} ${{ env.CT_OPTS }} -E '^(hydro5_4proc_3sd_4proc|alien.interface.c.seq.mpi-1|alien.interface.fortran.seq.mpi-1)$'

- name: Upload test artifact
id: upload-test-artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ifpen_el8_gimkl-2018b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Test
id: test
shell: bash
run: env LD_LIBRARY_PATH=${{ env.BUILD_DIR }}/${{ env.EXT_LIB_SUBDIR }}:${LD_LIBRARY_PATH} ctest --test-dir ${{ env.BUILD_DIR }} ${{ env.CT_OPTS }} -E '^hydro5_4proc_3sd_4proc$'
run: env LD_LIBRARY_PATH=${{ env.BUILD_DIR }}/${{ env.EXT_LIB_SUBDIR }}:${LD_LIBRARY_PATH} ctest --test-dir ${{ env.BUILD_DIR }} ${{ env.CT_OPTS }} -E '^(hydro5_4proc_3sd_4proc|alien.interface.c.seq.mpi-1|alien.interface.fortran.seq.mpi-1)$'

- name: Upload test artifact
id: upload-test-artifact
Expand Down

0 comments on commit 3725a57

Please sign in to comment.