File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
devops/actions/run-tests/cts Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -311,9 +311,9 @@ jobs:
311
311
if : inputs.tests_selector == 'cts'
312
312
uses : ./devops/actions/run-tests/cts
313
313
with :
314
+ ref : ${{ inputs.tests_ref }}
314
315
extra_cmake_args : ${{ inputs.extra_cmake_args }}
315
316
cts_testing_mode : ${{ inputs.cts_testing_mode }}
316
317
sycl_cts_artifact : ${{ inputs.sycl_cts_artifact }}
317
318
target_devices : ${{ inputs.target_devices }}
318
319
retention-days : ${{ inputs.retention-days }}
319
- tests_ref : ${{ inputs.tests_ref }}
Original file line number Diff line number Diff line change 1
1
name : ' Run SYCL CTS tests'
2
2
3
3
inputs :
4
+ ref :
5
+ description : " Commit SHA or branch to checkout tests"
6
+ required : false
7
+ default : " main"
4
8
extra_cmake_args :
5
9
required : false
6
10
cts_testing_mode :
@@ -11,10 +15,6 @@ inputs:
11
15
required : true
12
16
retention-days :
13
17
required : false
14
- tests_ref :
15
- description : " Commit SHA or branch to checkout tests"
16
- required : false
17
- default : " main"
18
18
19
19
runs :
20
20
using : " composite"
25
25
with :
26
26
path : khronos_sycl_cts
27
27
repository : ' KhronosGroup/SYCL-CTS'
28
- ref : ${{ inputs.tests_ref }}
28
+ ref : ${{ inputs.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