We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
k8s
1 parent 7f83bda commit 70687d8Copy full SHA for 70687d8
.github/workflows/smoke.yml
@@ -107,7 +107,7 @@ jobs:
107
az aks create \
108
--resource-group="tpiSmokeTestCluster$GITHUB_RUN_ID" \
109
--name="tpiSmokeTestCluster$GITHUB_RUN_ID" \
110
- --node-vm-size=${{ contains(env.SMOKE_TEST_TARGET, 'gpu') && 'Standard_NC6' || 'Standard_A2_v2' }} \
+ --node-vm-size=${{ contains(env.SMOKE_TEST_TARGET, 'gpu') && 'Standard_NC4as_T4_v3' || 'Standard_A2_v2' }} \
111
--node-count=1 \
112
--aks-custom-headers=${{ contains(env.SMOKE_TEST_TARGET, 'gpu') && 'UseGPUDedicatedVHD=true' || '' }} \
113
--generate-ssh-keys
0 commit comments