File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -998,6 +998,7 @@ func TestMultiNodeAirgapUpgradeSameK0s(t *testing.T) {
998
998
Nodes : 2 ,
999
999
Distribution : "ubuntu" ,
1000
1000
Version : "22.04" ,
1001
+ InstanceType : "r1.medium" ,
1001
1002
})
1002
1003
defer tc .Cleanup ()
1003
1004
@@ -1073,6 +1074,7 @@ func TestMultiNodeAirgapUpgrade(t *testing.T) {
1073
1074
Nodes : 2 ,
1074
1075
Distribution : "ubuntu" ,
1075
1076
Version : "22.04" ,
1077
+ InstanceType : "r1.medium" ,
1076
1078
})
1077
1079
defer tc .Cleanup ()
1078
1080
@@ -1155,6 +1157,7 @@ func TestMultiNodeAirgapUpgradePreviousStable(t *testing.T) {
1155
1157
Nodes : 2 ,
1156
1158
Distribution : "ubuntu" ,
1157
1159
Version : "22.04" ,
1160
+ InstanceType : "r1.medium" ,
1158
1161
})
1159
1162
defer tc .Cleanup (withEnv )
1160
1163
@@ -1346,6 +1349,7 @@ func TestMultiNodeAirgapHAInstallation(t *testing.T) {
1346
1349
Nodes : 4 ,
1347
1350
Distribution : "ubuntu" ,
1348
1351
Version : "22.04" ,
1352
+ InstanceType : "r1.medium" ,
1349
1353
SupportBundleNodeIndex : 2 ,
1350
1354
})
1351
1355
defer tc .Cleanup ()
@@ -1611,6 +1615,7 @@ func TestFiveNodesAirgapUpgrade(t *testing.T) {
1611
1615
Nodes : 5 ,
1612
1616
Distribution : "ubuntu" ,
1613
1617
Version : "22.04" ,
1618
+ InstanceType : "r1.medium" ,
1614
1619
})
1615
1620
defer tc .Cleanup ()
1616
1621
Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ func TestSingleNodeAirgapDisasterRecovery(t *testing.T) {
359
359
Nodes : 1 ,
360
360
Distribution : "ubuntu" ,
361
361
Version : "22.04" ,
362
+ InstanceType : "r1.medium" ,
362
363
})
363
364
defer tc .Cleanup ()
364
365
@@ -641,6 +642,7 @@ func TestMultiNodeAirgapHADisasterRecovery(t *testing.T) {
641
642
Nodes : 3 ,
642
643
Distribution : "ubuntu" ,
643
644
Version : "22.04" ,
645
+ InstanceType : "r1.medium" ,
644
646
})
645
647
defer tc .Cleanup (withEnv )
646
648
You can’t perform that action at this time.
0 commit comments