Skip to content

Commit da21357

Browse files
authored
[CI] Update sycl-rel-nightly.yml (#16536)
The name was changed. Update accordingly.
1 parent 04f23ec commit da21357

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:
22-
ref: draft-sycl-rel-6_0_0
22+
ref: sycl-rel-6_0_0
2323
- run: git show --quiet | tee -a $GITHUB_STEP_SUMMARY
2424

2525
- id: is_new_commit
@@ -39,7 +39,7 @@ jobs:
3939
build_artifact_suffix: v6
4040
build_configure_extra_args: '--hip --cuda'
4141
merge_ref: ''
42-
ref: draft-sycl-rel-6_0_0
42+
ref: sycl-rel-6_0_0
4343

4444
# We upload the build for people to download/use, override its name and
4545
# prefer widespread gzip compression.
@@ -107,7 +107,7 @@ jobs:
107107
tests_selector: ${{ matrix.tests_selector }}
108108
extra_lit_opts: ${{ matrix.extra_lit_opts }}
109109
reset_intel_gpu: ${{ matrix.reset_intel_gpu }}
110-
ref: draft-sycl-rel-6_0_0
110+
ref: sycl-rel-6_0_0
111111
merge_ref: ''
112112
sycl_toolchain_artifact: sycl_linux_default
113113
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -121,7 +121,7 @@ jobs:
121121
# We upload both Linux/Windows build via Github's "Releases"
122122
# functionality, make sure Linux/Windows names follow the same pattern.
123123
artifact_archive_name: sycl_windows.tar.gz
124-
build_ref: draft-sycl-rel-6_0_0
124+
build_ref: sycl-rel-6_0_0
125125

126126
e2e-win:
127127
needs: build-win
@@ -136,7 +136,7 @@ jobs:
136136
runner: '["Windows","gen12"]'
137137
sycl_toolchain_archive: ${{ needs.build-win.outputs.artifact_archive_name }}
138138
extra_lit_opts: --param gpu-intel-gen12=True
139-
ref: draft-sycl-rel-6_0_0
139+
ref: sycl-rel-6_0_0
140140

141141
cuda-aws-start:
142142
needs: [ubuntu2204_build]
@@ -145,7 +145,7 @@ jobs:
145145
secrets: inherit
146146
with:
147147
mode: start
148-
ref: draft-sycl-rel-6_0_0
148+
ref: sycl-rel-6_0_0
149149

150150
cuda-run-tests:
151151
needs: [ubuntu2204_build, cuda-aws-start]
@@ -157,7 +157,7 @@ jobs:
157157
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
158158
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
159159
target_devices: cuda:gpu
160-
ref: draft-sycl-rel-6_0_0
160+
ref: sycl-rel-6_0_0
161161
merge_ref: ''
162162

163163
sycl_toolchain_artifact: sycl_linux_default
@@ -171,4 +171,4 @@ jobs:
171171
secrets: inherit
172172
with:
173173
mode: stop
174-
ref: draft-sycl-rel-6_0_0
174+
ref: sycl-rel-6_0_0

0 commit comments

Comments
 (0)