From dd44faa9d91e34fdf611a4b994da0aa73e4b1f9b Mon Sep 17 00:00:00 2001 From: PyTorch MergeBot Date: Mon, 8 Sep 2025 20:53:04 +0000 Subject: [PATCH] Revert "Modify ROCm MI2xx-based workflows to run on cron schedule (#162103)" This reverts commit 0af70e2353e1dcda83175fd4834ecb7b63e009e0. Reverted https://github.com/pytorch/pytorch/pull/162103 on behalf of https://github.com/jithunnair-amd due to Cirrascale network outage resolved. Reverting back to running per commit to aid in triage and CI health ([comment](https://github.com/pytorch/pytorch/pull/162103#issuecomment-3267977825)) --- .github/workflows/inductor-rocm.yml | 10 +--------- .github/workflows/rocm.yml | 10 ++-------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/inductor-rocm.yml b/.github/workflows/inductor-rocm.yml index cf8e0aa70a4e..b1bb7972d67d 100644 --- a/.github/workflows/inductor-rocm.yml +++ b/.github/workflows/inductor-rocm.yml @@ -3,18 +3,10 @@ name: inductor-rocm on: push: branches: - #- main + - main - release/* tags: - ciflow/inductor-rocm/* - schedule: - # We have several schedules so jobs can check github.event.schedule to activate only for a fraction of the runs. - # Also run less frequently on weekends. - - cron: 45 0,8,16 * * 1-5 - - cron: 45 4 * * 0,6 - - cron: 45 4,12,20 * * 1-5 - - cron: 45 12 * * 0,6 - - cron: 29 8 * * * # about 1:29am PDT, for mem leak check and rerun disabled tests workflow_dispatch: concurrency: diff --git a/.github/workflows/rocm.yml b/.github/workflows/rocm.yml index 7f53dcd1366e..c21c851aab6d 100644 --- a/.github/workflows/rocm.yml +++ b/.github/workflows/rocm.yml @@ -3,19 +3,13 @@ name: rocm on: push: branches: - # - main + - main - release/* tags: - ciflow/rocm/* workflow_dispatch: schedule: - # We have several schedules so jobs can check github.event.schedule to activate only for a fraction of the runs. - # Also run less frequently on weekends. - - cron: 45 0,8,16 * * 1-5 - - cron: 45 4 * * 0,6 - - cron: 45 4,12,20 * * 1-5 - - cron: 45 12 * * 0,6 - - cron: 29 8 * * * # about 1:29am PDT, for mem leak check and rerun disabled tests + - cron: 29 8 * * * # about 1:29am PDT concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}