Skip to content

Commit d66b7da

Browse files
authored
[ci] Fixing CI Nightly (#1806)
Noticing errors as such: https://github.com/ROCm/TheRock/actions/runs/18548430331 Resolving those errors to continue allowing nightly builds. Manual test of it working here: https://github.com/ROCm/TheRock/actions/runs/18566236559 Will retrigger a run after this lands
1 parent 18d09f3 commit d66b7da

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci_nightly.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)