File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,23 +50,23 @@ jobs:
5050 run : cmake --build ${{github.workspace}}/build -j $(nproc)
5151
5252 - name : Run tests
53- if : (matrix.os != 'rhel-9.1') && (matrix.os != 'sles-15')
53+ if : (matrix.os != 'rhel-9.1') && (matrix.os != 'sles-15-test ')
5454 working-directory : ${{github.workspace}}/build
5555 run : ctest --output-on-failure --test-dir test
5656
5757 # On RHEL/SLES, hwloc version is just a little too low.
5858 # Skip some tests until we upgrade hwloc and update CMake to properly handle local hwloc installation.
5959 # TODO: fix issue #560
6060 - name : Run tests (on RHEL/SLES)
61- if : (matrix.os == 'rhel-9.1') || (matrix.os == 'sles-15')
61+ if : (matrix.os == 'rhel-9.1') || (matrix.os == 'sles-15-test ')
6262 working-directory : ${{github.workspace}}/build
6363 run : |
6464 ctest --output-on-failure --test-dir test -E "test_provider_os_memory_multiple_numa_nodes"
6565 ./test/test_provider_os_memory_multiple_numa_nodes \
6666 --gtest_filter="-*checkModeLocal/*:*checkModePreferredEmptyNodeset/*:testNuma.checkModeInterleave"
6767
6868 - name : Run NUMA tests under valgrind
69- if : (matrix.os != 'rhel-9.1') && (matrix.os != 'sles-15')
69+ if : (matrix.os != 'rhel-9.1') && (matrix.os != 'sles-15-test ')
7070 run : |
7171 ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{env.BUILD_DIR}} memcheck "${{env.NUMA_TESTS}}"
7272 ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{env.BUILD_DIR}} drd "${{env.NUMA_TESTS}}"
You can’t perform that action at this time.
0 commit comments