File tree 3 files changed +11
-12
lines changed
3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257
257
runner : ' ["Windows", "build-e2e"]'
258
258
cts_testing_mode : ' build-only'
259
259
tests_selector : cts
260
- ref : ${{ github.sha }}
260
+ repo_ref : ${{ github.sha }}
261
261
sycl_toolchain_archive : ${{ needs.build-win.outputs.artifact_archive_name }}
262
262
sycl_cts_artifact : sycl_cts_bin_win
263
263
@@ -278,7 +278,7 @@ jobs:
278
278
cts_testing_mode : ' run-only'
279
279
target_devices : ${{ matrix.target_devices }}
280
280
tests_selector : cts
281
- ref : ${{ github.sha }}
281
+ repo_ref : ${{ github.sha }}
282
282
sycl_toolchain_archive : ${{ needs.build-win.outputs.artifact_archive_name }}
283
283
sycl_cts_artifact : sycl_cts_bin_win
284
284
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
runner : ' ["Windows","gen12"]'
120
120
sycl_toolchain_archive : ${{ needs.build-win.outputs.artifact_archive_name }}
121
121
extra_lit_opts : --param gpu-intel-gen12=True
122
- ref : sycl-rel-6_0_0
122
+ repo_ref : sycl-rel-6_0_0
123
123
devops_ref : sycl
124
124
125
125
cuda-aws-start :
Original file line number Diff line number Diff line change 6
6
name :
7
7
type : string
8
8
required : True
9
+
9
10
runner :
10
11
type : string
11
12
required : True
27
28
Extra options to be added to LIT_OPTS.
28
29
type : string
29
30
default : ' '
30
- ref :
31
+
32
+ repo_ref :
31
33
type : string
32
34
required : False
35
+ description : |
36
+ Commit SHA or branch to checkout the intel/llvm repo.
33
37
devops_ref :
34
38
type : string
35
39
required : False
36
40
description : |
37
- By default we checkout the devops directory from "inputs.ref" branch.
38
- devops_ref may be specified to checkout the devops dir from different
39
- branch.
40
- Note: it doesn't affect ./devops/actions/run-tests/* as these actions
41
- call checkout again and therefore override the devops directory, so
42
- configs/dependecies from input.ref are used.
41
+ Commit SHA or branch to checkout the devops directory.
43
42
tests_ref :
44
43
type : string
45
44
required : False
@@ -104,7 +103,7 @@ jobs:
104
103
with :
105
104
sparse-checkout : |
106
105
devops/actions
107
- ref : ${{ inputs.devops_ref|| inputs.ref || github.sha }}
106
+ ref : ${{ inputs.devops_ref|| inputs.repo_ref || github.sha }}
108
107
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
109
108
with :
110
109
arch : amd64
@@ -122,7 +121,7 @@ jobs:
122
121
if : inputs.tests_selector == 'e2e'
123
122
with :
124
123
path : llvm
125
- ref : ${{ inputs.ref || github.sha }}
124
+ ref : ${{ inputs.repo_ref || github.sha }}
126
125
cache_path : " D:\\\\ github\\\\ _work\\\\ repo_cache\\\\ "
127
126
- name : Download compiler toolchain
128
127
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments