Skip to content

Commit 737b519

Browse files
author
Pavel Chupin
authored
[CI] Remove new_pm testing task in nightly (#6250)
We switched to new PM by default at this pulldown from upstream: #6045
1 parent 3a91cec commit 737b519

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,3 @@ jobs:
6060
tags: |
6161
ghcr.io/${{ github.repository }}/sycl_ubuntu2004_nightly:no-drivers-${{ github.sha }}
6262
ghcr.io/${{ github.repository }}/sycl_ubuntu2004_nightly:no-drivers
63-
ubuntu2004_build_test_new_pm:
64-
# Default Linux building and LIT testing using new Pass Manager by default
65-
if: github.repository == 'intel/llvm'
66-
uses: ./.github/workflows/sycl_linux_build_and_test.yml
67-
with:
68-
build_cache_root: "/__w/"
69-
build_cache_suffix: new_pm
70-
build_artifact_suffix: new_pm
71-
build_configure_extra_args: '--hip --cuda --cmake-opt=-DLLVM_ENABLE_NEW_PASS_MANAGER=ON'
72-
lts_config: "hip_amdgpu;ocl_x64"

0 commit comments

Comments
 (0)