Remove staging branches from stress test pipelines#121802
Merged
rzikm merged 1 commit intodotnet:mainfrom Nov 24, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes the -staging branch pattern from stress test pipeline schedules to align with the future release branch naming convention where the -staging suffix will no longer be used.
- Removed
release/*-stagingbranch pattern from scheduled pipeline triggers - Updated comments to remove references to .NET 8 and .NET 9 specific naming conventions
- Retained
release/*.0pattern for .NET 10+ releases
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/libraries/stress/ssl.yml | Removed -staging branch pattern from SSL stress test pipeline schedule |
| eng/pipelines/libraries/stress/http.yml | Removed -staging branch pattern from HTTP stress test pipeline schedule |
Contributor
|
Tagging subscribers to this area: @dotnet/ncl |
ManickaP
approved these changes
Nov 20, 2025
Member
ManickaP
left a comment
There was a problem hiding this comment.
Should you run the stress on this at least once?
Member
Author
Not sure what that would tell us. It already runs for main, and release/10.0 is tested by manual runs in #121803 |
Member
Author
|
/ba-g Test failures are unrelated |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Since futuer release branches will not use the -staging suffix, remove them from the stress test yml files. This does not affect runs on release/9.0-staging etc because the schedule is always checked against the version on that particular branch.