Skip to content

Commit a05a9d4

Browse files
authored
Use default CMX instance type to avoid quota limit (#2242)
1 parent a74a3c5 commit a05a9d4

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

e2e/install_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,6 @@ func TestMultiNodeAirgapUpgradeSameK0s(t *testing.T) {
998998
Nodes: 2,
999999
Distribution: "ubuntu",
10001000
Version: "22.04",
1001-
InstanceType: "r1.medium",
10021001
})
10031002
defer tc.Cleanup()
10041003

@@ -1074,7 +1073,6 @@ func TestMultiNodeAirgapUpgrade(t *testing.T) {
10741073
Nodes: 2,
10751074
Distribution: "ubuntu",
10761075
Version: "22.04",
1077-
InstanceType: "r1.medium",
10781076
})
10791077
defer tc.Cleanup()
10801078

@@ -1157,7 +1155,6 @@ func TestMultiNodeAirgapUpgradePreviousStable(t *testing.T) {
11571155
Nodes: 2,
11581156
Distribution: "ubuntu",
11591157
Version: "22.04",
1160-
InstanceType: "r1.medium",
11611158
})
11621159
defer tc.Cleanup(withEnv)
11631160

@@ -1346,7 +1343,6 @@ func TestMultiNodeAirgapHAInstallation(t *testing.T) {
13461343
Nodes: 4,
13471344
Distribution: "ubuntu",
13481345
Version: "22.04",
1349-
InstanceType: "r1.medium",
13501346
SupportBundleNodeIndex: 2,
13511347
})
13521348
defer tc.Cleanup()
@@ -1609,7 +1605,6 @@ func TestFiveNodesAirgapUpgrade(t *testing.T) {
16091605
Nodes: 5,
16101606
Distribution: "ubuntu",
16111607
Version: "22.04",
1612-
InstanceType: "r1.medium",
16131608
})
16141609
defer tc.Cleanup()
16151610

e2e/restore_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ func TestSingleNodeAirgapDisasterRecovery(t *testing.T) {
359359
Nodes: 1,
360360
Distribution: "ubuntu",
361361
Version: "22.04",
362-
InstanceType: "r1.medium",
363362
})
364363
defer tc.Cleanup()
365364

@@ -642,7 +641,6 @@ func TestMultiNodeAirgapHADisasterRecovery(t *testing.T) {
642641
Nodes: 3,
643642
Distribution: "ubuntu",
644643
Version: "22.04",
645-
InstanceType: "r1.medium",
646644
})
647645
defer tc.Cleanup(withEnv)
648646

0 commit comments

Comments
 (0)