Skip to content

Commit

Permalink
CI: fixup tests symlink for tests-sos submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
davidozog committed Feb 8, 2024
1 parent 469d6da commit e520616
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
make check TESTS= -j
${{ matrix.env_setup }}
SHMEM_DEBUG=1 SHMEM_INFO=1 make VERBOSE=1 TEST_RUNNER="${SOS_PM} -np 2" check
cat test/unit/hello.log
cat modules/tests-sos/test/unit/hello.log
- name: Test RPM (${{ matrix.rpm_build }})
if: ${{ matrix.rpm_build }}
run: |
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
# export PATH=${PRRTE_INSTALL_DIR}/bin:$PATH
# ${{ matrix.sos_pm_pre }}
# SHMEM_INFO=1 make VERBOSE=1 TEST_RUNNER="${{ matrix.sos_pm }} -np 2" check
# cat test/unit/hello.log
# cat modules/tests-sos/test/unit/hello.log
# ${{ matrix.sos_pm_post }}
# - name: Test SOS (hello)
# if: ${{ matrix.sos_transport == 'portals4' }}
Expand All @@ -464,7 +464,7 @@ jobs:
# make check TESTS= -j
# export PATH=${PRRTE_INSTALL_DIR}/bin:$PATH
# ${{ matrix.sos_pm_pre }}
# SHMEM_INFO=1 ${{ matrix.sos_pm }} -np 1 test/unit/hello
# SHMEM_INFO=1 ${{ matrix.sos_pm }} -np 1 modules/tests-sos/test/unit/hello
# ${{ matrix.sos_pm_post }}
#
UCX:
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
cd build
make check TESTS= -j
SHMEM_DEBUG=1 SHMEM_INFO=1 make VERBOSE=1 TEST_RUNNER="${SOS_PM} -np 2" check
cat test/unit/hello.log
cat modules/tests-sos/test/unit/hello.log
Portals4:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -640,7 +640,7 @@ jobs:
run: |
cd build
make check TESTS= -j
${SOS_PM} -np 1 test/unit/hello
${SOS_PM} -np 1 modules/tests-sos/test/unit/hello
XPMEM_Only:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -696,4 +696,4 @@ jobs:
cd build
make check TESTS= -j
SHMEM_DEBUG=1 SHMEM_INFO=1 make VERBOSE=1 TEST_RUNNER="${SOS_PM} -np 2" check
${SOS_PM} -np 1 test/unit/hello
${SOS_PM} -np 1 modules/tests-sos/test/unit/hello

0 comments on commit e520616

Please sign in to comment.