Skip to content

Commit 9372761

Browse files
authored
fix: accidently missed a spot to change to azure linux v3 (#7607)
1 parent 2dbd77d commit 9372761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/scenario_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ func Test_AzureLinuxV3_GPU(t *testing.T) {
13941394
},
13951395
Config: Config{
13961396
Cluster: ClusterKubenet,
1397-
VHD: config.VHDAzureLinuxV2Gen2,
1397+
VHD: config.VHDAzureLinuxV3Gen2,
13981398
BootstrapConfigMutator: func(nbc *datamodel.NodeBootstrappingConfiguration) {
13991399
nbc.AgentPoolProfile.VMSize = "Standard_NC6s_v3"
14001400
nbc.ConfigGPUDriverIfNeeded = true

0 commit comments

Comments
 (0)