[release/9.0-staging] [HttpStress] Fix Linux HttpStress build#113617
Merged
antonfirsov merged 1 commit intodotnet:release/9.0-stagingfrom Mar 18, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR backports changes to fix the Linux HttpStress build on release/9.0-staging, ensuring that tests run correctly. The key changes include:
- Updating the docker-compose.yml file with a clarifying comment on the version attribute.
- Changing the pipeline demand in http.yml to target Build.Ubuntu.2204.Amd64.Open.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/libraries/System.Net.Http/tests/StressTests/HttpStress/docker-compose.yml | Added comment to address build issues on Ubuntu 2204 |
| eng/pipelines/libraries/stress/http.yml | Updated demand to reference the correct build image for Ubuntu 2204 |
Contributor
Author
|
/azp run runtime-libraries stress-http |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
Tagging subscribers to this area: @dotnet/ncl |
Contributor
Author
|
The Linux build is green: https://dev.azure.com/dnceng-public/public/_build/results?buildId=983221&view=results |
Contributor
Author
|
Test-only change -> Tell mode. |
54ba56f
into
dotnet:release/9.0-staging
89 of 91 checks passed
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.
Backport of #111664 to release/9.0-staging
Fixes #111660.
Customer Impact
N/A Test-only change
Regression
N/A Test-only change
Testing
This fixes the Linux build and restores HttpStress execution against
release/9.0-staging.Risk
None. Test-only change