Pause scheduled runs for runtime-coreclr gc-standalone pipeline#130912
Open
JulieLeeMSFT with Copilot wants to merge 1 commit into
Open
Pause scheduled runs for runtime-coreclr gc-standalone pipeline#130912JulieLeeMSFT with Copilot wants to merge 1 commit into
JulieLeeMSFT with Copilot wants to merge 1 commit into
Conversation
Co-authored-by: JulieLeeMSFT <63486087+JulieLeeMSFT@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
JulieLeeMSFT
July 16, 2026 19:23
View session
|
Azure Pipelines: Successfully started running 3 pipeline(s). 11 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
JulieLeeMSFT
approved these changes
Jul 16, 2026
JulieLeeMSFT
marked this pull request as ready for review
July 16, 2026 19:27
|
Azure Pipelines: Successfully started running 4 pipeline(s). 11 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR disables the nightly scheduled runs for the CoreCLR gc-standalone Azure Pipelines definition by commenting out the schedules: block, leaving the pipeline otherwise unchanged and still runnable manually.
Changes:
- Commented out the
schedules:cron configuration to pause automatic runs. - Added an inline comment explaining the pause is temporary and how to re-enable scheduling.
janvorli
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
main PR N/A
Description
Pause the nightly scheduled runs of the runtime-coreclr gc-standalone pipeline while the underlying issue is being investigated. The pipeline definition remains intact for manual execution and can be re-enabled with a small revert.
schedules:cron block in/eng/pipelines/coreclr/gc-standalone.yml.Customer Impact
Avoids continued unattended nightly runs for a pipeline that is currently not actionable, reducing noise and unnecessary CI consumption while investigation is in progress.
Regression
No. This is an intentional temporary operational pause.
Testing
Not applicable. This change only updates pipeline scheduling metadata.
Risk
Low. The change does not alter build or test logic; it only disables the automatic schedule. Manual runs remain available, and rollback is straightforward.
Package authoring no longer needed in .NET 9
IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.