26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
with :
29
- ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
29
+ ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
30
30
- run : git show --quiet | tee -a $GITHUB_STEP_SUMMARY
31
31
32
32
- id : is_new_commit
46
46
build_artifact_suffix : default
47
47
build_configure_extra_args : ' --disable-jit --no-assertions --add_security_flags=sanitize --hip --cuda'
48
48
build_image : ghcr.io/intel/llvm/ubuntu2204_build:latest
49
- build_ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
49
+ build_ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
50
50
pack_release : ' true'
51
51
52
52
# We upload the build for people to download/use, override its name and
94
94
target_devices : ${{ matrix.target_devices }}
95
95
tests_selector : e2e
96
96
extra_lit_opts : ${{ matrix.extra_lit_opts }}
97
- repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
97
+ repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
98
98
devops_ref : sycl
99
99
sycl_toolchain_artifact : sycl_linux_default
100
100
sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -105,7 +105,7 @@ jobs:
105
105
if : ${{ github.repository == 'intel/llvm' && needs.check_for_new_commits.outputs.is_new_commit != 'false' }}
106
106
uses : ./.github/workflows/sycl-windows-build.yml
107
107
with :
108
- ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
108
+ ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
109
109
build_configure_extra_args : ' --disable-jit --no-assertions --add_security_flags=sanitize'
110
110
pack_release : ' true'
111
111
@@ -137,7 +137,7 @@ jobs:
137
137
target_devices : level_zero:gpu
138
138
sycl_toolchain_archive : ${{ needs.build-win.outputs.artifact_archive_name }}
139
139
extra_lit_opts : ${{ matrix.extra_lit_opts }}
140
- repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
140
+ repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
141
141
devops_ref : sycl
142
142
143
143
cuda-aws-start :
@@ -147,7 +147,7 @@ jobs:
147
147
secrets : inherit
148
148
with :
149
149
mode : start
150
- ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
150
+ ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
151
151
152
152
cuda-run-tests :
153
153
needs : [ubuntu2204_build, cuda-aws-start]
@@ -159,7 +159,7 @@ jobs:
159
159
image : ghcr.io/intel/llvm/ubuntu2204_build:latest
160
160
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
161
161
target_devices : cuda:gpu
162
- repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
162
+ repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
163
163
devops_ref : sycl
164
164
165
165
sycl_toolchain_artifact : sycl_linux_default
@@ -173,7 +173,7 @@ jobs:
173
173
secrets : inherit
174
174
with :
175
175
mode : stop
176
- ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
176
+ ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
177
177
178
178
build-sycl-cts :
179
179
needs : ubuntu2204_build
@@ -185,7 +185,7 @@ jobs:
185
185
cts_testing_mode : ' build-only'
186
186
image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
187
187
tests_selector : cts
188
- repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
188
+ repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
189
189
devops_ref : sycl
190
190
tests_ref : 87f8677c4b67cfe56ad6f09246036f10c306c977
191
191
sycl_toolchain_artifact : sycl_linux_default
@@ -217,7 +217,7 @@ jobs:
217
217
image_options : ${{ matrix.image_options }}
218
218
target_devices : ${{ matrix.target_devices }}
219
219
tests_selector : cts
220
- repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0 ' }}
220
+ repo_ref : ${{ inputs.testing_branch || 'sycl-rel-6_2 ' }}
221
221
devops_ref : sycl
222
222
sycl_toolchain_artifact : sycl_linux_default
223
223
sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
0 commit comments