Skip to content

Commit 7674a5d

Browse files
authored
Revert "Use default CMX instance type to avoid quota limit" (#2249)
Revert "Use default CMX instance type to avoid quota limit (#2242)" This reverts commit a05a9d4.
1 parent 5fbe92a commit 7674a5d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

e2e/install_test.go

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

@@ -1073,6 +1074,7 @@ func TestMultiNodeAirgapUpgrade(t *testing.T) {
10731074
Nodes: 2,
10741075
Distribution: "ubuntu",
10751076
Version: "22.04",
1077+
InstanceType: "r1.medium",
10761078
})
10771079
defer tc.Cleanup()
10781080

@@ -1155,6 +1157,7 @@ func TestMultiNodeAirgapUpgradePreviousStable(t *testing.T) {
11551157
Nodes: 2,
11561158
Distribution: "ubuntu",
11571159
Version: "22.04",
1160+
InstanceType: "r1.medium",
11581161
})
11591162
defer tc.Cleanup(withEnv)
11601163

@@ -1346,6 +1349,7 @@ func TestMultiNodeAirgapHAInstallation(t *testing.T) {
13461349
Nodes: 4,
13471350
Distribution: "ubuntu",
13481351
Version: "22.04",
1352+
InstanceType: "r1.medium",
13491353
SupportBundleNodeIndex: 2,
13501354
})
13511355
defer tc.Cleanup()
@@ -1611,6 +1615,7 @@ func TestFiveNodesAirgapUpgrade(t *testing.T) {
16111615
Nodes: 5,
16121616
Distribution: "ubuntu",
16131617
Version: "22.04",
1618+
InstanceType: "r1.medium",
16141619
})
16151620
defer tc.Cleanup()
16161621

e2e/restore_test.go

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

@@ -641,6 +642,7 @@ func TestMultiNodeAirgapHADisasterRecovery(t *testing.T) {
641642
Nodes: 3,
642643
Distribution: "ubuntu",
643644
Version: "22.04",
645+
InstanceType: "r1.medium",
644646
})
645647
defer tc.Cleanup(withEnv)
646648

0 commit comments

Comments
 (0)