@@ -348,7 +348,7 @@ func TestOpenstackProvisioningE2E(t *testing.T) {
348
348
}
349
349
350
350
// In-tree cloud provider is not supported from Kubernetes v1.26.
351
- selector := And (Not (OsSelector ("amzn2" )), Not (VersionSelector ("1.27.13" , "1. 28.11" , "1.29.6" , "1.30.2" )))
351
+ selector := And (Not (OsSelector ("amzn2" )), Not (VersionSelector ("1.28.11" , "1.29.6" , "1.30.2" )))
352
352
runScenarios (context .Background (), t , selector , params , OSManifest , fmt .Sprintf ("os-%s" , * testRunIdentifier ))
353
353
}
354
354
@@ -424,7 +424,7 @@ func TestAWSProvisioningE2E(t *testing.T) {
424
424
}
425
425
426
426
// In-tree cloud provider is not supported from Kubernetes v1.27.
427
- selector := Not (VersionSelector ("1.27.13" , "1. 28.11" , "1.29.6" , "1.30.2" ))
427
+ selector := Not (VersionSelector ("1.28.11" , "1.29.6" , "1.30.2" ))
428
428
429
429
// act
430
430
params := []string {fmt .Sprintf ("<< AWS_ACCESS_KEY_ID >>=%s" , awsKeyID ),
@@ -478,7 +478,7 @@ func TestAWSSpotInstanceProvisioningE2E(t *testing.T) {
478
478
}
479
479
// Since we are only testing the spot instance functionality, testing it against a single OS is sufficient.
480
480
// In-tree cloud provider is not supported from Kubernetes v1.27.
481
- selector := And (OsSelector ("ubuntu" ), Not (VersionSelector ("1.27.13" , "1. 28.11" , "1.29.6" , "1.30.2" )))
481
+ selector := And (OsSelector ("ubuntu" ), Not (VersionSelector ("1.28.11" , "1.29.6" , "1.30.2" )))
482
482
483
483
// act
484
484
params := []string {fmt .Sprintf ("<< AWS_ACCESS_KEY_ID >>=%s" , awsKeyID ),
@@ -500,7 +500,7 @@ func TestAWSARMProvisioningE2E(t *testing.T) {
500
500
t .Fatal ("Unable to run the test suite, AWS_E2E_TESTS_KEY_ID or AWS_E2E_TESTS_SECRET environment variables cannot be empty" )
501
501
}
502
502
// In-tree cloud provider is not supported from Kubernetes v1.27.
503
- selector := And (OsSelector ("ubuntu" ), Not (VersionSelector ("1.27.13" , "1. 28.11" , "1.29.6" , "1.30.2" )))
503
+ selector := And (OsSelector ("ubuntu" ), Not (VersionSelector ("1.28.11" , "1.29.6" , "1.30.2" )))
504
504
505
505
// act
506
506
params := []string {fmt .Sprintf ("<< AWS_ACCESS_KEY_ID >>=%s" , awsKeyID ),
0 commit comments