[HTTP/SSL] Revert docker-compose command changes from PR #125995#126399
[HTTP/SSL] Revert docker-compose command changes from PR #125995#126399ManickaP merged 4 commits intodotnet:mainfrom
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. |
src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.sh
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.ps1
Show resolved
Hide resolved
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
3f3edaa
Compare
bc1703d to
e4746d5
Compare
e4746d5 to
ee7d3f8
Compare
|
/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). |
|
/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). |
src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.ps1
Show resolved
Hide resolved
|
/azp run runtime-libraries stress-ssl |
|
/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). |
|
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. |
|
/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