Commit cc1ae2b
# Revert `docker-compose` command changes from #125995
> [!NOTE]
> This PR was AI/Copilot-generated.
Reverts the `docker-compose` → `docker compose` command 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.yml`
- `eng/pipelines/libraries/stress/http.yml`
- `eng/pipelines/libraries/stress/ssl.yml`
-
`src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.ps1`
-
`src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.sh`
## What is kept
The image pool migration in the 3 pipeline YAML files:
`Build.Ubuntu.2204.Amd64.Open` → `build.azurelinux.3.amd64.open`
Ref #125995, #125748, #125690
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9394358 commit cc1ae2b
3 files changed
Lines changed: 14 additions & 12 deletions
File tree
- eng/pipelines/libraries/stress
- src/libraries/Common/tests/System/Net/StressTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
155 | | - | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | | - | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
0 commit comments