File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 32
32
build_artifact_suffix :
33
33
type : string
34
34
required : true
35
+ e2e_artifact_suffix :
36
+ type : string
37
+ default : ' default'
38
+ required : false
35
39
artifact_archive_name :
36
40
type : string
37
41
default : llvm_sycl.tar.zst
@@ -284,5 +288,5 @@ jobs:
284
288
merge_ref : ${{ inputs.merge_ref }}
285
289
e2e_testing_mode : build-only
286
290
target_devices : all
287
- artifact_suffix : default
291
+ artifact_suffix : ${{ inputs.e2e_artifact_suffix }}
288
292
cxx_compiler : $GITHUB_WORKSPACE/toolchain/bin/clang++
Original file line number Diff line number Diff line change 16
16
build_cache_root : " /__w/"
17
17
build_artifact_suffix : default
18
18
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
20
20
merge_ref : ' '
21
21
retention-days : 90
22
22
36
36
merge_ref : ' '
37
37
38
38
artifact_archive_name : sycl_linux_shared.tar.zst
39
+ e2e_artifact_suffix : shared
39
40
40
41
ubuntu2404_oneapi_build :
41
42
if : github.repository == 'intel/llvm'
50
51
cxx : icpx
51
52
52
53
artifact_archive_name : sycl_linux_oneapi.tar.zst
54
+ e2e_artifact_suffix : oneapi
53
55
54
56
ubuntu2204_test :
55
57
needs : [ubuntu2204_build]
You can’t perform that action at this time.
0 commit comments