We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63531eb commit eae61d8Copy full SHA for eae61d8
.github/workflows/test_artifacts.yml
@@ -37,6 +37,10 @@ on:
37
type: string
38
test_labels:
39
40
+ project_to_test:
41
+ type: string
42
+ required: false
43
+ default: ""
44
push:
45
branches:
46
- ADHOCBUILD
@@ -89,6 +93,7 @@ jobs:
89
93
AMDGPU_FAMILIES: ${{ inputs.amdgpu_families }}
90
94
TEST_TYPE: ${{ inputs.test_type }}
91
95
TEST_LABELS: ${{ inputs.test_labels }}
96
+ project_to_test: ${{ inputs.project_to_test }}
92
97
run: python ./build_tools/github_actions/fetch_test_configurations.py
98
99
test_sanity_check:
0 commit comments