dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.3k stars 4.74k forks source link

[HttpStress] [SslStress] Migrate to Compose plugin in Linux pipelines #109113

Open antonfirsov opened 3 weeks ago

antonfirsov commented 3 weeks ago

This is a follow up on #108703 which migrated from Compose standalone (docker-compose) to Compose plugin (docker compose) on Windows.

docker-compose is deprecated and broken in some environments, see https://github.com/docker/compose/issues/11742. While it works on CI currently, it might lead to problems in developer inner loop. We should harmonize our scripts and yamls to use docker compose everywhere.

dotnet-policy-service[bot] commented 3 weeks ago

Tagging subscribers to this area: @dotnet/ncl See info in area-owners.md if you want to be subscribed.