From 671bd266c18909d5fa97e4ce76bd1286e5b6dcf9 Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Thu, 19 Mar 2026 18:10:17 +0800 Subject: [PATCH] [AMD] CI - update amd nightly cronjob (#20928) Co-authored-by: Bingxu Chen --- .github/workflows/nightly-test-amd-rocm720.yml | 2 +- .github/workflows/nightly-test-amd.yml | 2 +- .github/workflows/pr-test-amd-rocm720.yml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-test-amd-rocm720.yml b/.github/workflows/nightly-test-amd-rocm720.yml index 5af5e55b9..f15d0bc52 100644 --- a/.github/workflows/nightly-test-amd-rocm720.yml +++ b/.github/workflows/nightly-test-amd-rocm720.yml @@ -2,7 +2,7 @@ name: Nightly Test (AMD ROCm 7.2) on: schedule: - - cron: '0 2 * * *' + - cron: '30 17 * * *' push: branches: - main diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 85893432d..77f90689a 100644 --- a/.github/workflows/nightly-test-amd.yml +++ b/.github/workflows/nightly-test-amd.yml @@ -2,7 +2,7 @@ name: Nightly Test (AMD) on: schedule: - - cron: '0 0 * * *' + - cron: '30 17 * * *' push: branches: - main diff --git a/.github/workflows/pr-test-amd-rocm720.yml b/.github/workflows/pr-test-amd-rocm720.yml index 66f546b3d..1ea7913a0 100644 --- a/.github/workflows/pr-test-amd-rocm720.yml +++ b/.github/workflows/pr-test-amd-rocm720.yml @@ -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: