-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/8.0-staging] [HttpStress] [SslStress] Run stress tests nightly against staging branches #113479
[release/8.0-staging] [HttpStress] [SslStress] Run stress tests nightly against staging branches #113479
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates stress test pipelines to run nightly against staging branches by adding an "always: true" flag and updating the branch include filter to "release/*-staging".
- Added "always: true" flag to force execution of nightly runs.
- Updated branch filtering to include staging branches for both HttpStress and SslStress.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
eng/pipelines/libraries/stress/http.yml | Enabled always run and updated branch filter to include staging. |
eng/pipelines/libraries/stress/ssl.yml | Enabled always run and updated branch filter to include staging. |
Test only change -> Tell mode. Applied |
/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 |
/ba-g CI failures are unrelated (this PR only changes stress pipelines) |
* backport #113432 (#113479) Backport of #113432 to release/8.0-staging Contributes to #113372. * Update dependencies from https://github.com/dotnet/arcade build 20250314.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25114.5 -> To Version 8.0.0-beta.25164.5 * Update wasm test SDK --------- Co-authored-by: Anton Firszov <Anton.Firszov@microsoft.com> Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: vseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com> Co-authored-by: Juan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>
Backport of #113432 to release/8.0-staging
Contributes to #113372.
/cc @antonfirsov
Customer Impact
N/A Test-only change
Regression
N/A Test-only change
Testing
This change is needed to ensure HttpStress and SslStress run nightly against
release/9.0-staging
.Risk
None. Test-only change