Co-authored-by: Chen <bingxche@amd.com>
This commit is contained in:
co-authored by
Chen
parent
862a909a08
commit
99b9109553
@@ -2,7 +2,7 @@ name: Nightly Test (AMD ROCm 7.0)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 17 * * *'
|
- cron: '30 17 */2 * *'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ run-name: ${{ (inputs.target_stage || inputs.target_stage_select) && (inputs.pr_
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# ROCm 7.0 rollback shadow. pr-test-amd-rocm720.yml is the PR gate; this
|
# 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:
|
# alongside nightly-test-amd.yml and chases coverage rather than latency:
|
||||||
# no matrix parallelism caps, no stage fast-fail (the `schedule` escape in
|
# no matrix parallelism caps, no stage fast-fail (the `schedule` escape in
|
||||||
# each job's `if`), and continue-on-error via check-changes.
|
# each job's `if`), and continue-on-error via check-changes.
|
||||||
- cron: '30 17 * * *'
|
- cron: '30 17 */2 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
target_stage_select:
|
target_stage_select:
|
||||||
|
|||||||
Reference in New Issue
Block a user