Skip to content

Commit e932f7b

Browse files
authored
Move test cluster to westus (#288)
1 parent 57625b6 commit e932f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
--name=GPUDedicatedVHDPreview
8181
az group create \
8282
--name="tpiSmokeTestCluster$GITHUB_RUN_ID" \
83-
--location=eastus
83+
--location=westus
8484
az aks create \
8585
--resource-group="tpiSmokeTestCluster$GITHUB_RUN_ID" \
8686
--name="tpiSmokeTestCluster$GITHUB_RUN_ID" \

0 commit comments

Comments
 (0)