File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,13 @@ jobs:
7070 secrets : inherit
7171 with :
7272 amdgpu_families : ${{ matrix.families.family }}
73+ test_labels : ${{ needs.setup.outputs.linux_test_labels }}
7374 test_runs_on : ${{ matrix.families.test-runs-on }}
7475 artifact_run_id : ${{ inputs.artifact_run_id }}
7576 expect_failure : ${{ matrix.families.expect_failure == true }}
7677 use_prebuilt_artifacts : ${{ inputs.linux_use_prebuilt_artifacts == true && 'true' || 'false' }}
77- sanity_check_only : ${{ matrix.families.sanity_check_only == true }}
78+ test_type : ${{ needs.setup.outputs.test_type }}
79+ sanity_check_only_for_family : ${{ matrix.families.sanity_check_only_for_family == true }}
7880 permissions :
7981 contents : read
8082 id-token : write
@@ -94,12 +96,13 @@ jobs:
9496 uses : ./.github/workflows/ci_windows.yml
9597 with :
9698 amdgpu_families : ${{ matrix.families.family }}
99+ test_labels : ${{ needs.setup.outputs.windows_test_labels }}
97100 test_runs_on : ${{ matrix.families.test-runs-on }}
98101 artifact_run_id : ${{ inputs.artifact_run_id }}
99- extra_cmake_options : ${{ matrix.extra_cmake_options }}
100102 expect_failure : ${{ matrix.families.expect_failure == true }}
101103 use_prebuilt_artifacts : ${{ inputs.windows_use_prebuilt_artifacts == true && 'true' || 'false' }}
102- sanity_check_only : ${{ matrix.families.sanity_check_only == true }}
104+ test_type : ${{ needs.setup.outputs.test_type }}
105+ sanity_check_only_for_family : ${{ matrix.families.sanity_check_only_for_family == true }}
103106 permissions :
104107 contents : read
105108 id-token : write
You can’t perform that action at this time.
0 commit comments