Uh oh!
There was an error while loading. Please reload this page.
[HTTP/SSL] Revert docker-compose command changes from PR #125995 - #126399
Conversation
Tagging subscribers to this area: @karelz, @dotnet/ncl |
There was a problem hiding this comment.
Pull request overview
This PR reverts the docker compose (v2-style) invocations back to docker-compose (hyphenated) for the HTTP/SSL stress and enterprise networking pipelines and helper scripts, while preserving the move to the Azure Linux 3 public build pool image.
Changes:
- Revert
docker composeback todocker-composein enterprise + stress pipeline YAMLs. - Revert
docker composeback todocker-composein shared stress test runner scripts (.sh/.ps1). - Keep the updated Linux pool image (
build.azurelinux.3.amd64.open) in the affected pipelines.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| eng/pipelines/libraries/enterprise/linux.yml | Uses docker-compose for enterprise test environment lifecycle on Azure Linux 3 pool. |
| eng/pipelines/libraries/stress/http.yml | Uses docker-compose for HttpStress container orchestration steps. |
| eng/pipelines/libraries/stress/ssl.yml | Uses docker-compose for SslStress container orchestration steps. |
| src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.ps1 | Switches stress runner back to docker-compose for build/up operations. |
| src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.sh | Switches stress runner back to docker-compose for build/up operations. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Reverts the docker-compose -> docker compose command changes introduced in dotnet#125995, while keeping the Azure Linux 3 image pool swap. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
390c660 to
3f3edaaCompareUh oh!
There was an error while loading. Please reload this page.
bc1703d to
e4746d5CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
e4746d5 to
ee7d3f8CompareManickaP
commented
Apr 1, 2026
/azp run runtime-libraries stress-http |
ManickaP
commented
Apr 1, 2026
/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). |
ManickaP
commented
Apr 1, 2026
/azp run runtime-libraries stress-http |
ManickaP
commented
Apr 1, 2026
/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). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ManickaP
commented
Apr 1, 2026
/azp run runtime-libraries stress-ssl |
ManickaP
commented
Apr 1, 2026
/azp run runtime-libraries stress-http |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
ManickaP
commented
Apr 2, 2026
Both stress pipeline are green. I'm also trying to address/fix the PR trigger, which for some reason did not trigger on this PR. |
ManickaP
commented
Apr 2, 2026
/ba-g unrelated |
Revert
docker-composecommand changes from #125995Note
This PR was AI/Copilot-generated.
Reverts the
docker-compose→docker composecommand changes introduced in #125995, while keeping the Azure Linux 3 image pool swap (Build.Ubuntu.2204.Amd64.Open→build.azurelinux.3.amd64.open).What is reverted
All
docker-compose(hyphenated) →docker compose(space-separated) changes across 5 files:eng/pipelines/libraries/enterprise/linux.ymleng/pipelines/libraries/stress/http.ymleng/pipelines/libraries/stress/ssl.ymlsrc/libraries/Common/tests/System/Net/StressTests/run-docker-compose.ps1src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.shWhat is kept
The image pool migration in the 3 pipeline YAML files:
Build.Ubuntu.2204.Amd64.Open→build.azurelinux.3.amd64.openRef #125995, #125748, #125690