Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit d78431e

Browse files
committed
ci: update testsuite tfvars for additional_networks
1 parent be224e3 commit d78431e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

test/arm64-basic.tfvars.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ partitions = [
168168
#
169169
#},
170170
]
171+
additional_networks = []
171172
bandwidth_tier = "platform_default"
172173
enable_spot_vm = false
173174
reservation_name = null
@@ -257,6 +258,7 @@ partitions = [
257258
#
258259
#},
259260
]
261+
additional_networks = []
260262
bandwidth_tier = "platform_default"
261263
enable_spot_vm = true
262264
reservation_name = null
@@ -332,6 +334,7 @@ partitions = [
332334

333335
# Instance Definition
334336
access_config = []
337+
additional_networks = []
335338
bandwidth_tier = "platform_default"
336339
enable_spot_vm = false
337340
reservation_name = null

test/x86_64-basic.tfvars.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ partitions = [
168168
#
169169
#},
170170
]
171+
additional_networks = []
171172
bandwidth_tier = "platform_default"
172173
enable_spot_vm = false
173174
reservation_name = null
@@ -242,6 +243,7 @@ partitions = [
242243

243244
# Instance Definition
244245
access_config = []
246+
additional_networks = []
245247
bandwidth_tier = "platform_default"
246248
enable_spot_vm = false
247249
reservation_name = null
@@ -330,6 +332,7 @@ partitions = [
330332
#
331333
#},
332334
]
335+
additional_networks = []
333336
bandwidth_tier = "platform_default"
334337
enable_spot_vm = false
335338
reservation_name = null
@@ -418,6 +421,7 @@ partitions = [
418421
#
419422
#},
420423
]
424+
additional_networks = []
421425
bandwidth_tier = "platform_default"
422426
enable_spot_vm = true
423427
reservation_name = null
@@ -496,6 +500,7 @@ partitions = [
496500

497501
# Instance Definition
498502
access_config = []
503+
additional_networks = []
499504
bandwidth_tier = "platform_default"
500505
enable_spot_vm = false
501506
reservation_name = null
@@ -571,6 +576,7 @@ partitions = [
571576

572577
# Instance Definition
573578
access_config = []
579+
additional_networks = []
574580
bandwidth_tier = "platform_default"
575581
enable_spot_vm = false
576582
reservation_name = null

0 commit comments

Comments
 (0)