-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[release/9.0-staging] [HttpStress] Fix Linux HttpStress build #113617
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/9.0-staging] [HttpStress] Fix Linux HttpStress build #113617
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 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 |
|
/azp run runtime-libraries stress-http |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Tagging subscribers to this area: @dotnet/ncl |
|
The Linux build is green: https://dev.azure.com/dnceng-public/public/_build/results?buildId=983221&view=results |
rzikm
left a comment
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.
LGTM
|
Test-only change -> Tell mode. |
54ba56f
into
dotnet:release/9.0-staging
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