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) {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments