Skip to content

Commit 70687d8

Browse files
authored
Migrate k8s smoke test to Standard_NC4as_T4_v3 after quota increase approval (#683)
1 parent 7f83bda commit 70687d8

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
@@ -107,7 +107,7 @@ jobs:
107107
az aks create \
108108
--resource-group="tpiSmokeTestCluster$GITHUB_RUN_ID" \
109109
--name="tpiSmokeTestCluster$GITHUB_RUN_ID" \
110-
--node-vm-size=${{ contains(env.SMOKE_TEST_TARGET, 'gpu') && 'Standard_NC6' || 'Standard_A2_v2' }} \
110+
--node-vm-size=${{ contains(env.SMOKE_TEST_TARGET, 'gpu') && 'Standard_NC4as_T4_v3' || 'Standard_A2_v2' }} \
111111
--node-count=1 \
112112
--aks-custom-headers=${{ contains(env.SMOKE_TEST_TARGET, 'gpu') && 'UseGPUDedicatedVHD=true' || '' }} \
113113
--generate-ssh-keys

0 commit comments

Comments
 (0)