[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
co-authored by Bingxu Chen
parent c8f0122acf
commit 671bd266c1
3 changed files with 3 additions and 4 deletions
@@ -2,7 +2,7 @@ name: Nightly Test (AMD ROCm 7.2)
on: on:
schedule: schedule:
- cron: '0 2 * * *' - cron: '30 17 * * *'
push: push:
branches: branches:
- main - main
+1 -1
View File
@@ -2,7 +2,7 @@ name: Nightly Test (AMD)
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '30 17 * * *'
push: push:
branches: branches:
- main - main
+1 -2
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)) || '' }} 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: on:
# run rocm 720 pr tests once a day at 2am UTC to avoid overwhelming the CI system
schedule: schedule:
- cron: '0 2 * * *' - cron: '30 17 * * *'
# push: # push:
# branches: [ main ] # branches: [ main ]
# paths: # paths: