[AMD] CI - update amd nightly cronjob (#20928)

Co-authored-by: Bingxu Chen <bingxche@amd.com>
This commit is contained in:
YC Yen-Ching Tseng
2026-03-19 18:10:17 +08:00
committed by GitHub
parent c8f0122acf
commit 671bd266c1
3 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: Nightly Test (AMD ROCm 7.2)
on:
schedule:
- cron: '0 2 * * *'
- cron: '30 17 * * *'
push:
branches:
- main

View File

@@ -2,7 +2,7 @@ name: Nightly Test (AMD)
on:
schedule:
- cron: '0 0 * * *'
- cron: '30 17 * * *'
push:
branches:
- main

View File

@@ -4,9 +4,8 @@ name: PR Test ROCm 7.2 (AMD)
run-name: ${{ (inputs.target_stage || inputs.target_stage_select) && (inputs.pr_head_sha && format('[{0}] {1}', inputs.target_stage || inputs.target_stage_select, inputs.pr_head_sha) || format('[{0}]', inputs.target_stage || inputs.target_stage_select)) || '' }}
on:
# run rocm 720 pr tests once a day at 2am UTC to avoid overwhelming the CI system
schedule:
- cron: '0 2 * * *'
- cron: '30 17 * * *'
# push:
# branches: [ main ]
# paths: