From 1599bb19e9d86c84c9fee7385f912bac27e07827 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Thu, 20 Mar 2025 17:26:14 +0100 Subject: [PATCH 1/2] [sycl-cts] Disable test_language See OFNAAO-511. Also disable the pre-commit for changes in cts_exclude_filter as it's not affected. --- .github/workflows/sycl-linux-precommit.yml | 1 + .github/workflows/sycl-windows-precommit.yml | 1 + sycl/cts_exclude_filter/compfails | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index e475f0196f48..48e4befe65b0 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -12,6 +12,7 @@ on: paths-ignore: - '.github/ISSUE_TEMPLATE/**' - '.github/CODEOWNERS' + - 'sycl/cts_exclude_filter/**' - 'sycl/doc/**' - 'sycl/gdb/**' - 'clang/docs/**' diff --git a/.github/workflows/sycl-windows-precommit.yml b/.github/workflows/sycl-windows-precommit.yml index 1095eeab957f..a9cb32731d49 100644 --- a/.github/workflows/sycl-windows-precommit.yml +++ b/.github/workflows/sycl-windows-precommit.yml @@ -10,6 +10,7 @@ on: paths-ignore: - '.github/ISSUE_TEMPLATE/**' - '.github/CODEOWNERS' + - 'sycl/cts_exclude_filter/**' - 'sycl/doc/**' - 'sycl/gdb/**' - 'clang/docs/**' diff --git a/sycl/cts_exclude_filter/compfails b/sycl/cts_exclude_filter/compfails index 44d3870b8804..c77cc6de0442 100644 --- a/sycl/cts_exclude_filter/compfails +++ b/sycl/cts_exclude_filter/compfails @@ -1,2 +1,4 @@ # Please use "#" to add comments here. # Do not delete the file even if it's empty. +# OFNAAO-511 +language From 78de22c2041700aefc9601f97d8f32a78957320b Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Mon, 24 Mar 2025 11:23:35 +0100 Subject: [PATCH 2/2] change was reverted --- sycl/cts_exclude_filter/compfails | 2 -- 1 file changed, 2 deletions(-) diff --git a/sycl/cts_exclude_filter/compfails b/sycl/cts_exclude_filter/compfails index c77cc6de0442..44d3870b8804 100644 --- a/sycl/cts_exclude_filter/compfails +++ b/sycl/cts_exclude_filter/compfails @@ -1,4 +1,2 @@ # Please use "#" to add comments here. # Do not delete the file even if it's empty. -# OFNAAO-511 -language