[release/10.0] Run networking stress tests on .NET 10 releases#121803
[release/10.0] Run networking stress tests on .NET 10 releases#121803artl93 merged 1 commit intodotnet:release/10.0from
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the branch filters for networking stress test pipelines to run on .NET major release branches instead of staging branches. The pattern is changed from release/*-staging to release/*.0 to align with the actual release branch naming convention.
Key Changes:
- Updated scheduled build branch filters in HTTP and SSL stress test pipelines
- Changed pattern from
release/*-stagingtorelease/*.0to match major release branches (e.g., release/10.0)
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 | Updated scheduled build branch filter to target major release branches |
| eng/pipelines/libraries/stress/http.yml | Updated scheduled build branch filter to target major release branches |
|
/azp run runtime-libraries stress-http |
|
/azp run runtime-libraries stress-ssl |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Tagging subscribers to this area: @dotnet/ncl |
|
Stress test runs pass, other failures are unrelated |
|
/ba-g Stress test runs pass, other failures are unrelated |
|
@artl93 this is test-only / test-infra change only. It is ready for servicing. Now that 10 is GA, will you be merging these? Should we tag you? Or should I run ti by Tactics? |
|
infra changes are tell mode. |
Customer Impact
None, test-only change to enable regular stress test runs on release/10.0 branch
Regression
Testing
Stress test will be triggered for this PR
Risk
Low, test-only change.