19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
with :
22
- ref : draft- sycl-rel-6_0_0
22
+ ref : sycl-rel-6_0_0
23
23
- run : git show --quiet | tee -a $GITHUB_STEP_SUMMARY
24
24
25
25
- id : is_new_commit
39
39
build_artifact_suffix : v6
40
40
build_configure_extra_args : ' --hip --cuda'
41
41
merge_ref : ' '
42
- ref : draft- sycl-rel-6_0_0
42
+ ref : sycl-rel-6_0_0
43
43
44
44
# We upload the build for people to download/use, override its name and
45
45
# prefer widespread gzip compression.
@@ -107,7 +107,7 @@ jobs:
107
107
tests_selector : ${{ matrix.tests_selector }}
108
108
extra_lit_opts : ${{ matrix.extra_lit_opts }}
109
109
reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
110
- ref : draft- sycl-rel-6_0_0
110
+ ref : sycl-rel-6_0_0
111
111
merge_ref : ' '
112
112
sycl_toolchain_artifact : sycl_linux_default
113
113
sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -121,7 +121,7 @@ jobs:
121
121
# We upload both Linux/Windows build via Github's "Releases"
122
122
# functionality, make sure Linux/Windows names follow the same pattern.
123
123
artifact_archive_name : sycl_windows.tar.gz
124
- build_ref : draft- sycl-rel-6_0_0
124
+ build_ref : sycl-rel-6_0_0
125
125
126
126
e2e-win :
127
127
needs : build-win
@@ -136,7 +136,7 @@ jobs:
136
136
runner : ' ["Windows","gen12"]'
137
137
sycl_toolchain_archive : ${{ needs.build-win.outputs.artifact_archive_name }}
138
138
extra_lit_opts : --param gpu-intel-gen12=True
139
- ref : draft- sycl-rel-6_0_0
139
+ ref : sycl-rel-6_0_0
140
140
141
141
cuda-aws-start :
142
142
needs : [ubuntu2204_build]
@@ -145,7 +145,7 @@ jobs:
145
145
secrets : inherit
146
146
with :
147
147
mode : start
148
- ref : draft- sycl-rel-6_0_0
148
+ ref : sycl-rel-6_0_0
149
149
150
150
cuda-run-tests :
151
151
needs : [ubuntu2204_build, cuda-aws-start]
@@ -157,7 +157,7 @@ jobs:
157
157
image : ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
158
158
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
159
159
target_devices : cuda:gpu
160
- ref : draft- sycl-rel-6_0_0
160
+ ref : sycl-rel-6_0_0
161
161
merge_ref : ' '
162
162
163
163
sycl_toolchain_artifact : sycl_linux_default
@@ -171,4 +171,4 @@ jobs:
171
171
secrets : inherit
172
172
with :
173
173
mode : stop
174
- ref : draft- sycl-rel-6_0_0
174
+ ref : sycl-rel-6_0_0
0 commit comments