From e79bf305bb3ef9628f89f95caa41f2846d624be2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:34:40 +0000 Subject: [PATCH 1/3] Initial plan From bb483334934d34946c7f36d3949b287bf79fc33f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:38:49 +0000 Subject: [PATCH 2/3] Disable scheduled builds for release/9.4 branch in AzDO pipelines Co-authored-by: radical <1472+radical@users.noreply.github.com> --- eng/pipelines/azure-pipelines-codeql.yml | 1 + eng/pipelines/azure-pipelines-public.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/eng/pipelines/azure-pipelines-codeql.yml b/eng/pipelines/azure-pipelines-codeql.yml index c2f43eef7d9..8dc718c0f0c 100644 --- a/eng/pipelines/azure-pipelines-codeql.yml +++ b/eng/pipelines/azure-pipelines-codeql.yml @@ -36,6 +36,7 @@ schedules: - release/* exclude: - "*preview*" + - release/9.4 always: true jobs: diff --git a/eng/pipelines/azure-pipelines-public.yml b/eng/pipelines/azure-pipelines-public.yml index 2612dc6bc0d..6ff7bfac5d2 100644 --- a/eng/pipelines/azure-pipelines-public.yml +++ b/eng/pipelines/azure-pipelines-public.yml @@ -6,6 +6,8 @@ schedules: include: - main - release/* + exclude: + - release/9.4 always: true # Run even when there are no code changes # Excluding normal trigger as we're now using schedules From 5cd0858e4afcbe32b3f374739747a7bd9602eb08 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:05:01 +0000 Subject: [PATCH 3/3] Remove scheduled builds completely for release/9.4 branch Co-authored-by: radical <1472+radical@users.noreply.github.com> --- eng/pipelines/azure-pipelines-codeql.yml | 12 +----------- eng/pipelines/azure-pipelines-public.yml | 14 +------------- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/eng/pipelines/azure-pipelines-codeql.yml b/eng/pipelines/azure-pipelines-codeql.yml index 8dc718c0f0c..943ce213782 100644 --- a/eng/pipelines/azure-pipelines-codeql.yml +++ b/eng/pipelines/azure-pipelines-codeql.yml @@ -27,17 +27,7 @@ variables: trigger: none -schedules: - - cron: 0 12 * * 1 - displayName: Weekly Monday CodeQL run - branches: - include: - - main - - release/* - exclude: - - "*preview*" - - release/9.4 - always: true +# Scheduled builds disabled for this branch jobs: - job: codeql diff --git a/eng/pipelines/azure-pipelines-public.yml b/eng/pipelines/azure-pipelines-public.yml index 6ff7bfac5d2..366a045bd83 100644 --- a/eng/pipelines/azure-pipelines-public.yml +++ b/eng/pipelines/azure-pipelines-public.yml @@ -1,16 +1,4 @@ -# Replaced per issue request - changed from per-commit to weekly schedule -schedules: -- cron: "0 0 * * 1" # Run at midnight (UTC) on Monday each week - displayName: Weekly Monday build - branches: - include: - - main - - release/* - exclude: - - release/9.4 - always: true # Run even when there are no code changes - -# Excluding normal trigger as we're now using schedules +# Scheduled builds disabled for this branch trigger: none pr: