Skip to content

Commit 163589c

Browse files
[CI] Fix Nightly after #16682
1 parent 0dcc42e commit 163589c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/sycl-linux-build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ on:
3232
build_artifact_suffix:
3333
type: string
3434
required: true
35+
e2e_artifact_suffix:
36+
type: string
37+
default: 'default'
38+
required: false
3539
artifact_archive_name:
3640
type: string
3741
default: llvm_sycl.tar.zst
@@ -284,5 +288,5 @@ jobs:
284288
merge_ref: ${{ inputs.merge_ref }}
285289
e2e_testing_mode: build-only
286290
target_devices: all
287-
artifact_suffix: default
291+
artifact_suffix: ${{ inputs.e2e_artifact_suffix }}
288292
cxx_compiler: $GITHUB_WORKSPACE/toolchain/bin/clang++

.github/workflows/sycl-nightly.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build_cache_root: "/__w/"
1717
build_artifact_suffix: default
1818
build_configure_extra_args: '--hip --cuda'
19-
build_image: ghcr.io/intel/llvm/ubuntu2204_build:latest
19+
build_image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:alldeps
2020
merge_ref: ''
2121
retention-days: 90
2222

@@ -36,6 +36,7 @@ jobs:
3636
merge_ref: ''
3737

3838
artifact_archive_name: sycl_linux_shared.tar.zst
39+
e2e_artifact_suffix: shared
3940

4041
ubuntu2404_oneapi_build:
4142
if: github.repository == 'intel/llvm'
@@ -50,6 +51,7 @@ jobs:
5051
cxx: icpx
5152

5253
artifact_archive_name: sycl_linux_oneapi.tar.zst
54+
e2e_artifact_suffix: oneapi
5355

5456
ubuntu2204_test:
5557
needs: [ubuntu2204_build]

0 commit comments

Comments
 (0)