From 5d5a6f8c00e753893b5807efece6908c634fadba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Thu, 3 Jul 2025 12:52:22 +0200 Subject: [PATCH] [CI] Temporarily disable SLES workflow --- .github/workflows/reusable_multi_numa.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable_multi_numa.yml b/.github/workflows/reusable_multi_numa.yml index 63075c6f9..be66a8ab8 100644 --- a/.github/workflows/reusable_multi_numa.yml +++ b/.github/workflows/reusable_multi_numa.yml @@ -18,7 +18,8 @@ jobs: if: github.repository == 'oneapi-src/unified-memory-framework' strategy: matrix: - os: [ubuntu-22.04, rhel-9.1, sles-15] + # TODO: bring back SLES-15 when the machine is ready + os: [ubuntu-22.04, rhel-9.1] build_type: [Debug, Release] shared_library: ['ON', 'OFF'] name: Multi NUMA (${{matrix.os}}, build_type=${{matrix.build_type}}, shared=${{matrix.shared_library}})