[AMD] Run ROCm 7.0 shadow tests every two days- #37582 (#37586)

Co-authored-by: Chen <bingxche@amd.com>
This commit is contained in:
YC Yen-Ching Tseng
2026-09-02 17:51:16 +08:00
committed by GitHub
co-authored by Chen
parent 862a909a08
commit 99b9109553
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: Nightly Test (AMD ROCm 7.0)
on:
schedule:
- cron: '30 17 * * *'
- cron: '30 17 */2 * *'
push:
branches:
- main
+2 -2
View File
@@ -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: