Skip to content

Commit f0cdd84

Browse files
authored
Move AKS tests to Standard_NC4as_T4_v3 (#678)
1 parent 466d4df commit f0cdd84

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
@@ -112,7 +112,7 @@ jobs:
112112
az aks create \
113113
--resource-group="tpiSmokeTestCluster$GITHUB_RUN_ID" \
114114
--name="tpiSmokeTestCluster$GITHUB_RUN_ID" \
115-
--node-vm-size=Standard_NC6 \
115+
--node-vm-size=Standard_NC4as_T4_v3 \
116116
--node-count=1 \
117117
--aks-custom-headers=UseGPUDedicatedVHD=true \
118118
--generate-ssh-keys

0 commit comments

Comments
 (0)