Skip to content

Commit df56776

Browse files
authored
[CI][sycl-rel] Update branch name (#18793)
1 parent 2b94edd commit df56776

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
with:
29-
ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
29+
ref: ${{ inputs.testing_branch || 'sycl-rel-6_2' }}
3030
- run: git show --quiet | tee -a $GITHUB_STEP_SUMMARY
3131

3232
- id: is_new_commit
@@ -46,7 +46,7 @@ jobs:
4646
build_artifact_suffix: default
4747
build_configure_extra_args: '--disable-jit --no-assertions --add_security_flags=sanitize --hip --cuda'
4848
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' }}
5050
pack_release: 'true'
5151

5252
# We upload the build for people to download/use, override its name and
@@ -94,7 +94,7 @@ jobs:
9494
target_devices: ${{ matrix.target_devices }}
9595
tests_selector: e2e
9696
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' }}
9898
devops_ref: sycl
9999
sycl_toolchain_artifact: sycl_linux_default
100100
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -105,7 +105,7 @@ jobs:
105105
if: ${{ github.repository == 'intel/llvm' && needs.check_for_new_commits.outputs.is_new_commit != 'false' }}
106106
uses: ./.github/workflows/sycl-windows-build.yml
107107
with:
108-
ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
108+
ref: ${{ inputs.testing_branch || 'sycl-rel-6_2' }}
109109
build_configure_extra_args: '--disable-jit --no-assertions --add_security_flags=sanitize'
110110
pack_release: 'true'
111111

@@ -137,7 +137,7 @@ jobs:
137137
target_devices: level_zero:gpu
138138
sycl_toolchain_archive: ${{ needs.build-win.outputs.artifact_archive_name }}
139139
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' }}
141141
devops_ref: sycl
142142

143143
cuda-aws-start:
@@ -147,7 +147,7 @@ jobs:
147147
secrets: inherit
148148
with:
149149
mode: start
150-
ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
150+
ref: ${{ inputs.testing_branch || 'sycl-rel-6_2' }}
151151

152152
cuda-run-tests:
153153
needs: [ubuntu2204_build, cuda-aws-start]
@@ -159,7 +159,7 @@ jobs:
159159
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
160160
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
161161
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' }}
163163
devops_ref: sycl
164164

165165
sycl_toolchain_artifact: sycl_linux_default
@@ -173,7 +173,7 @@ jobs:
173173
secrets: inherit
174174
with:
175175
mode: stop
176-
ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
176+
ref: ${{ inputs.testing_branch || 'sycl-rel-6_2' }}
177177

178178
build-sycl-cts:
179179
needs: ubuntu2204_build
@@ -185,7 +185,7 @@ jobs:
185185
cts_testing_mode: 'build-only'
186186
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
187187
tests_selector: cts
188-
repo_ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
188+
repo_ref: ${{ inputs.testing_branch || 'sycl-rel-6_2' }}
189189
devops_ref: sycl
190190
tests_ref: 87f8677c4b67cfe56ad6f09246036f10c306c977
191191
sycl_toolchain_artifact: sycl_linux_default
@@ -217,7 +217,7 @@ jobs:
217217
image_options: ${{ matrix.image_options }}
218218
target_devices: ${{ matrix.target_devices }}
219219
tests_selector: cts
220-
repo_ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
220+
repo_ref: ${{ inputs.testing_branch || 'sycl-rel-6_2' }}
221221
devops_ref: sycl
222222
sycl_toolchain_artifact: sycl_linux_default
223223
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}

0 commit comments

Comments
 (0)