Skip to content

Commit bac35ea

Browse files
committed
apply suggestion
1 parent 9810e5b commit bac35ea

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ on:
4545
By default we checkout the devops directory from "inputs.ref" branch.
4646
devops_ref may be specified to checkout the devops dir from different
4747
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"
5350
type: string
5451
default: "main"
5552
required: False
@@ -319,4 +316,4 @@ jobs:
319316
sycl_cts_artifact: ${{ inputs.sycl_cts_artifact }}
320317
target_devices: ${{ inputs.target_devices }}
321318
retention-days: ${{ inputs.retention-days }}
322-
sycl_cts_ref: ${{ inputs.sycl_cts_ref }}
319+
tests_ref: ${{ inputs.tests_ref }}

devops/actions/run-tests/cts/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ inputs:
1111
required: true
1212
retention-days:
1313
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"
1616
required: false
1717
default: "main"
1818

@@ -25,7 +25,7 @@ runs:
2525
with:
2626
path: khronos_sycl_cts
2727
repository: 'KhronosGroup/SYCL-CTS'
28-
ref: ${{ inputs.sycl_cts_ref }}
28+
ref: ${{ inputs.tests_ref }}
2929
cache_path: "/__w/repo_cache/"
3030
- name: SYCL CTS GIT submodules init
3131
if: inputs.cts_testing_mode != 'run-only'

0 commit comments

Comments
 (0)