Skip to content

Commit e6d0547

Browse files
authored
[CI][NewPM] Turn on nightly testing with the new PM set by default (#5340)
Signed-off-by: Mikhail Lychkov <mikhail.lychkov@intel.com>
1 parent 8ab136f commit e6d0547

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,14 @@ jobs:
5555
tags: |
5656
ghcr.io/${{ github.repository }}/sycl_ubuntu2004_nightly:no-drivers-${{ github.sha }}
5757
ghcr.io/${{ github.repository }}/sycl_ubuntu2004_nightly:no-drivers
58-
58+
ubuntu2004_build_test_new_pm:
59+
# Default Linux building and LIT testing using new Pass Manager by default
60+
if: github.repository == 'intel/llvm'
61+
uses: intel/llvm/.github/workflows/sycl_linux_build_and_test.yml@sycl
62+
with:
63+
build_runs_on: build
64+
build_cache_root: "/__w/"
65+
build_cache_suffix: new_pm
66+
build_artifact_suffix: new_pm
67+
build_configure_extra_args: '--hip --hip-amd-arch=gfx906 --cuda --cmake-opt=-DLLVM_ENABLE_NEW_PASS_MANAGER=ON'
68+
lts_config: "hip_amdgpu;ocl_x64"

0 commit comments

Comments
 (0)