File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
devops/actions/run-tests/cts Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 45
45
By default we checkout the devops directory from "inputs.ref" branch.
46
46
devops_ref may be specified to checkout the devops dir from different
47
47
branch.
48
- Note: it doesn't affect ./devops/actions/run-tests/* as these actions
49
- call checkout again and therefore override the devops directory, so
50
- configs/dependecies from input.ref are used.
51
- sycl_cts_ref :
52
- description : " Commit SHA or branch to checkout"
48
+ tests_ref :
49
+ description : " Commit SHA or branch to checkout tests"
53
50
type : string
54
51
default : " main"
55
52
required : False
@@ -319,4 +316,4 @@ jobs:
319
316
sycl_cts_artifact : ${{ inputs.sycl_cts_artifact }}
320
317
target_devices : ${{ inputs.target_devices }}
321
318
retention-days : ${{ inputs.retention-days }}
322
- sycl_cts_ref : ${{ inputs.sycl_cts_ref }}
319
+ tests_ref : ${{ inputs.tests_ref }}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ inputs:
11
11
required : true
12
12
retention-days :
13
13
required : false
14
- sycl_cts_ref :
15
- description : " Commit SHA or branch to checkout"
14
+ tests_ref :
15
+ description : " Commit SHA or branch to checkout tests "
16
16
required : false
17
17
default : " main"
18
18
25
25
with :
26
26
path : khronos_sycl_cts
27
27
repository : ' KhronosGroup/SYCL-CTS'
28
- ref : ${{ inputs.sycl_cts_ref }}
28
+ ref : ${{ inputs.tests_ref }}
29
29
cache_path : " /__w/repo_cache/"
30
30
- name : SYCL CTS GIT submodules init
31
31
if : inputs.cts_testing_mode != 'run-only'
You can’t perform that action at this time.
0 commit comments