From 74525e99778cb2ef6d70088fb5888408aa13719a Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Thu, 20 Nov 2025 12:34:44 +0100 Subject: [PATCH 1/2] [SYCL] Disable check_abi_symbols in nightly --- .github/workflows/sycl-nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index b09a2e56a492d..fa70f9839f451 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -11,7 +11,8 @@ jobs: check_abi_symbols: name: Check ABI symbols tests match release branch runs-on: [Linux, build] - if: github.repository == 'intel/llvm' + # We're in the ABI breaking window now, disabling until the next release. + if: github.repository == 'intel/llvm' && false container: ghcr.io/intel/llvm/ubuntu2404_build steps: - uses: actions/checkout@v5 From b7bf2e30a698c195b23a85f2450aa0cf85a93a41 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Thu, 20 Nov 2025 13:02:55 +0100 Subject: [PATCH 2/2] fix wording --- .github/workflows/sycl-nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index fa70f9839f451..e09db20b90369 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -11,7 +11,8 @@ jobs: check_abi_symbols: name: Check ABI symbols tests match release branch runs-on: [Linux, build] - # We're in the ABI breaking window now, disabling until the next release. + # We're in the ABI breaking window now, disabling until the next major + # release. if: github.repository == 'intel/llvm' && false container: ghcr.io/intel/llvm/ubuntu2404_build steps: