[AMD] CI - update amd nightly cronjob (#20928)
Co-authored-by: Bingxu Chen <bingxche@amd.com>
This commit is contained in:
committed by
GitHub
parent
c8f0122acf
commit
671bd266c1
@@ -2,7 +2,7 @@ name: Nightly Test (AMD ROCm 7.2)
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
- cron: '30 17 * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
2
.github/workflows/nightly-test-amd.yml
vendored
2
.github/workflows/nightly-test-amd.yml
vendored
@@ -2,7 +2,7 @@ name: Nightly Test (AMD)
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '30 17 * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
3
.github/workflows/pr-test-amd-rocm720.yml
vendored
3
.github/workflows/pr-test-amd-rocm720.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user