Skip to content

Commit 25375c6

Browse files
authored
Merge pull request #1410 from lukaszstolarczuk/temp-disable-sles
[CI] Temporarily disable SLES workflow
2 parents 22202b4 + 5d5a6f8 commit 25375c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable_multi_numa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
if: github.repository == 'oneapi-src/unified-memory-framework'
1919
strategy:
2020
matrix:
21-
os: [ubuntu-22.04, rhel-9.1, sles-15]
21+
# TODO: bring back SLES-15 when the machine is ready
22+
os: [ubuntu-22.04, rhel-9.1]
2223
build_type: [Debug, Release]
2324
shared_library: ['ON', 'OFF']
2425
name: Multi NUMA (${{matrix.os}}, build_type=${{matrix.build_type}}, shared=${{matrix.shared_library}})

0 commit comments

Comments
 (0)