Skip to content

Commit eae61d8

Browse files
author
kirthana14m
committed
Pass the test list as arg in workflow by setting the variable
1 parent 63531eb commit eae61d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_artifacts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ on:
3737
type: string
3838
test_labels:
3939
type: string
40+
project_to_test:
41+
type: string
42+
required: false
43+
default: ""
4044
push:
4145
branches:
4246
- ADHOCBUILD
@@ -89,6 +93,7 @@ jobs:
8993
AMDGPU_FAMILIES: ${{ inputs.amdgpu_families }}
9094
TEST_TYPE: ${{ inputs.test_type }}
9195
TEST_LABELS: ${{ inputs.test_labels }}
96+
project_to_test: ${{ inputs.project_to_test }}
9297
run: python ./build_tools/github_actions/fetch_test_configurations.py
9398

9499
test_sanity_check:

0 commit comments

Comments
 (0)