Disable scheduled builds for release/9.4#14448
Conversation
Co-authored-by: radical <1472+radical@users.noreply.github.com>
|
@copilot remove the scheduled runs for this branch completely. |
Co-authored-by: radical <1472+radical@users.noreply.github.com>
Done. Removed the entire Changes:
The pipelines now have no scheduled builds on this branch. Manual and PR-triggered builds remain functional via the |
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14448Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14448" |
There was a problem hiding this comment.
Pull request overview
Disables Azure DevOps scheduled (cron) runs on the release/9.4 branch to avoid consuming CI resources for an old release branch, while keeping non-scheduled execution paths unchanged.
Changes:
- Removed the
schedules:trigger from the public pipeline YAML onrelease/9.4. - Removed the
schedules:trigger from the CodeQL pipeline YAML onrelease/9.4. - Left existing
trigger: none/ PR behavior as-is.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/azure-pipelines-public.yml | Removes weekly schedule so the public pipeline no longer runs on a timer on release/9.4. |
| eng/pipelines/azure-pipelines-codeql.yml | Removes weekly schedule so CodeQL is no longer run on a timer on release/9.4. |
|
Is this the right way to disable the builds? I thought this change needed to go to main, given the azdo pipeline looks at the yaml at that branch for triggers. Can you double check just to make sure we actually need to chage every release branch? (I want to avoid rebuilding a branch in ADO we have declared as dead as that could carry SFI items. |
Description
Scheduled builds for
release/9.4branch consume CI resources unnecessarily. This branch is old and should not trigger weekly builds.Changes:
eng/pipelines/azure-pipelines-public.yml: Completely removed theschedules:section to disable all scheduled buildseng/pipelines/azure-pipelines-codeql.yml: Completely removed theschedules:section to disable all scheduled buildsManual and PR-triggered builds remain functional.
Checklist
<remarks />and<code />elements on your triple slash comments?doc-ideatemplatebreaking-changetemplatediagnostictemplateOriginal prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.