Skip to content

Commit

Permalink
Fix using the wrong pool for smoke tests (#6196)
Browse files Browse the repository at this point in the history
## Summary of changes

Use `azure-windows-scale-set-2` instead of `azure-windows-scale-set`

## Reason for change

This was an oversight way back when we updated. It shouldn't matter,
it's just sub-optimal.

## Implementation details

Fix the pool we use
  • Loading branch information
andrewlock authored Oct 25, 2024
1 parent bea3567 commit b80c0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6213,7 +6213,7 @@ stages:
variables:
smokeTestAppDir: "$(System.DefaultWorkingDirectory)/tracer/test/test-applications/regression/AspNetCoreSmokeTest"
pool:
name: azure-windows-scale-set
name: azure-windows-scale-set-2

steps:
- template: steps/install-docker-compose-v1.yml
Expand Down

0 comments on commit b80c0cf

Please sign in to comment.