From fc378f843e259bf8d7a3e922f6291148214dd5e2 Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Thu, 9 Jul 2026 00:30:59 +0800 Subject: [PATCH] [AMD] Temporarily reduce AMD scheduled test frequency to save resource (#30534) --- .github/workflows/amd-aiter-scout.yml | 2 +- .github/workflows/pr-test-amd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/amd-aiter-scout.yml b/.github/workflows/amd-aiter-scout.yml index 733b4e086..45cd5bd9c 100644 --- a/.github/workflows/amd-aiter-scout.yml +++ b/.github/workflows/amd-aiter-scout.yml @@ -3,7 +3,7 @@ name: AMD AITER Scout on: schedule: - cron: '0 20 * * 1' # Monday 20:00 UTC - - cron: '0 20 * * 4' # Thursday 20:00 UTC + # - cron: '0 20 * * 4' # Thursday 20:00 UTC (temporarily disabled) workflow_dispatch: inputs: aiter_ref: diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 7612ffc85..3ed01e7c4 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -5,7 +5,7 @@ run-name: ${{ (inputs.target_stage || inputs.target_stage_select) && (inputs.pr_ on: schedule: - - cron: '0 */6 * * *' # Run every 6 hours (UTC) + - cron: '0 */12 * * *' # Run every 12 hours (UTC) pull_request: paths: - "python/**"