From 99b910955377375a1385122680e0daefcf706f79 Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Wed, 2 Sep 2026 11:51:16 +0200 Subject: [PATCH] [AMD] Run ROCm 7.0 shadow tests every two days- #37582 (#37586) Co-authored-by: Chen --- .github/workflows/nightly-test-amd.yml | 2 +- .github/workflows/pr-test-amd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 863ebc726..c748e4098 100644 --- a/.github/workflows/nightly-test-amd.yml +++ b/.github/workflows/nightly-test-amd.yml @@ -2,7 +2,7 @@ name: Nightly Test (AMD ROCm 7.0) on: schedule: - - cron: '30 17 * * *' + - cron: '30 17 */2 * *' push: branches: - main diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index edc6fcb60..e848ccb27 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -6,11 +6,11 @@ run-name: ${{ (inputs.target_stage || inputs.target_stage_select) && (inputs.pr_ on: schedule: # ROCm 7.0 rollback shadow. pr-test-amd-rocm720.yml is the PR gate; this - # workflow now only proves ROCm 7.0 still works, so it fires once a day + # workflow now only proves ROCm 7.0 still works, so it fires every two days # alongside nightly-test-amd.yml and chases coverage rather than latency: # no matrix parallelism caps, no stage fast-fail (the `schedule` escape in # each job's `if`), and continue-on-error via check-changes. - - cron: '30 17 * * *' + - cron: '30 17 */2 * *' workflow_dispatch: inputs: target_stage_select: