File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 77name : CI amd-staging Nightly
88
99on :
10+ push :
11+ branches :
12+ - amd/dev/kirthana14m/full-test-nightly-staging
1013 # For AMD GPU families that expect_failure, we run builds and tests from this scheduled trigger
1114 schedule :
1215 - cron : " 0 2 * * *" # Runs nightly at 2 AM UTC
8184 expect_failure : ${{ matrix.variant.expect_failure == true }}
8285 use_prebuilt_artifacts : ${{ inputs.linux_use_prebuilt_artifacts == true && 'true' || 'false' }}
8386 rocm_package_version : ${{ needs.setup.outputs.rocm_package_version }}
84- test_type : full
87+ test_type : " full"
8588 sanity_check_only_for_family : ${{ matrix.variant.sanity_check_only_for_family == true }}
8689 permissions :
8790 contents : read
@@ -111,7 +114,7 @@ jobs:
111114 expect_failure : ${{ matrix.variant.expect_failure == true }}
112115 use_prebuilt_artifacts : ${{ inputs.windows_use_prebuilt_artifacts == true && 'true' || 'false' }}
113116 rocm_package_version : ${{ needs.setup.outputs.rocm_package_version }}
114- test_type : full
117+ test_type : " full"
115118 sanity_check_only_for_family : ${{ matrix.variant.sanity_check_only_for_family == true }}
116119 permissions :
117120 contents : read
You can’t perform that action at this time.
0 commit comments