Skip to content

Commit

Permalink
Try working around missing Docker Compose v1 in hosted runners (#5386)
Browse files Browse the repository at this point in the history
* Try workaround missing Docker Compose v1 in hosted runners

* Revert "Try workaround missing Docker Compose v1 in hosted runners"

This reverts commit e4b0775.

* Try switching to the new "smoke test" pool
  • Loading branch information
andrewlock authored Apr 3, 2024
1 parent 2d8755a commit dae0a2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4646,7 +4646,7 @@ stages:
variables:
smokeTestAppDir: "$(System.DefaultWorkingDirectory)/tracer/test/test-applications/regression/AspNetCoreSmokeTest"
pool:
vmImage: ubuntu-latest
name: azure-linux-smoke-scale-set

steps:
- template: steps/clone-repo.yml
Expand Down Expand Up @@ -4730,7 +4730,7 @@ stages:
variables:
smokeTestAppDir: "$(System.DefaultWorkingDirectory)/tracer/test/test-applications/regression/AspNetCoreSmokeTest"
pool:
vmImage: ubuntu-latest
name: azure-linux-smoke-scale-set

steps:
- template: steps/clone-repo.yml
Expand Down Expand Up @@ -4809,7 +4809,7 @@ stages:
variables:
smokeTestAppDir: "$(System.DefaultWorkingDirectory)/tracer/test/test-applications/regression/AspNetCoreSmokeTest"
pool:
vmImage: ubuntu-latest
name: azure-linux-smoke-scale-set

steps:
- template: steps/clone-repo.yml
Expand Down Expand Up @@ -4899,7 +4899,7 @@ stages:
variables:
smokeTestAppDir: "$(System.DefaultWorkingDirectory)/tracer/test/test-applications/regression/AspNetCoreSmokeTest"
pool:
vmImage: ubuntu-latest
name: azure-linux-smoke-scale-set

steps:
- template: steps/clone-repo.yml
Expand Down Expand Up @@ -4963,7 +4963,7 @@ stages:
variables:
smokeTestAppDir: "$(System.DefaultWorkingDirectory)/tracer/test/test-applications/regression/AspNetCoreSmokeTest"
pool:
vmImage: ubuntu-latest
name: azure-linux-smoke-scale-set

steps:
- template: steps/clone-repo.yml
Expand Down Expand Up @@ -5035,7 +5035,7 @@ stages:
installCmd: "dpkg -i ./datadog-dotnet-apm*_amd64.deb"
linuxArtifacts: "linux-packages-linux-x64"
pool:
vmImage: ubuntu-latest
name: azure-linux-smoke-scale-set

steps:
- template: steps/clone-repo.yml
Expand Down

0 comments on commit dae0a2f

Please sign in to comment.