7
7
8
8
permissions : read-all
9
9
10
- env :
11
- # NOTE: so that GitHub Actions can trigger the scheduled workflow run - the
12
- # workflow file should be on the default branch. Therefore every job should
13
- # checkout the release branch.
14
- SYCL_REL_BRANCH : " draft-sycl-rel-6_0_0"
15
-
16
10
jobs :
17
11
# To avoid unnecessary scheduled runs this job checks if there are new commits
18
12
# since the last run. More precisely, it checks if the last commit is older
25
19
steps :
26
20
- uses : actions/checkout@v4
27
21
with :
28
- ref : ${{ env.SYCL_REL_BRANCH }}
22
+ ref : draft-sycl-rel-6_0_0
29
23
- run : git show --quiet | tee -a $GITHUB_STEP_SUMMARY
30
24
31
25
- id : is_new_commit
45
39
build_artifact_suffix : v6
46
40
build_configure_extra_args : ' --hip --cuda'
47
41
merge_ref : ' '
48
- ref : ${{ env.SYCL_REL_BRANCH }}
42
+ ref : draft-sycl-rel-6_0_0
49
43
50
44
# We upload the build for people to download/use, override its name and
51
45
# prefer widespread gzip compression.
@@ -113,7 +107,7 @@ jobs:
113
107
tests_selector : ${{ matrix.tests_selector }}
114
108
extra_lit_opts : ${{ matrix.extra_lit_opts }}
115
109
reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
116
- ref : ${{ env.SYCL_REL_BRANCH }}
110
+ ref : draft-sycl-rel-6_0_0
117
111
merge_ref : ' '
118
112
sycl_toolchain_artifact : sycl_linux_default
119
113
sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -127,7 +121,7 @@ jobs:
127
121
# We upload both Linux/Windows build via Github's "Releases"
128
122
# functionality, make sure Linux/Windows names follow the same pattern.
129
123
artifact_archive_name : sycl_windows.tar.gz
130
- build_ref : ${{ env.SYCL_REL_BRANCH }}
124
+ build_ref : draft-sycl-rel-6_0_0
131
125
132
126
e2e-win :
133
127
needs : build-win
@@ -142,7 +136,7 @@ jobs:
142
136
runner : ' ["Windows","gen12"]'
143
137
sycl_toolchain_archive : ${{ needs.build-win.outputs.artifact_archive_name }}
144
138
extra_lit_opts : --param gpu-intel-gen12=True
145
- ref : ${{ env.SYCL_REL_BRANCH }}
139
+ ref : draft-sycl-rel-6_0_0
146
140
147
141
cuda-aws-start :
148
142
needs : [ubuntu2204_build]
@@ -151,7 +145,7 @@ jobs:
151
145
secrets : inherit
152
146
with :
153
147
mode : start
154
- ref : ${{ env.SYCL_REL_BRANCH }}
148
+ ref : draft-sycl-rel-6_0_0
155
149
156
150
cuda-run-tests :
157
151
needs : [ubuntu2204_build, cuda-aws-start]
@@ -163,7 +157,7 @@ jobs:
163
157
image : ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
164
158
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
165
159
target_devices : ext_oneapi_cuda:gpu
166
- ref : ${{ env.SYCL_REL_BRANCH }}
160
+ ref : draft-sycl-rel-6_0_0
167
161
merge_ref : ' '
168
162
169
163
sycl_toolchain_artifact : sycl_linux_default
@@ -177,4 +171,4 @@ jobs:
177
171
secrets : inherit
178
172
with :
179
173
mode : stop
180
- ref : ${{ env.SYCL_REL_BRANCH }}
174
+ ref : draft-sycl-rel-6_0_0
0 commit comments