From 936db5d75059fa7d892f0c941cb2b56083c97c1d Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Thu, 17 Jul 2025 18:04:33 +0000 Subject: [PATCH] chore(CI): add bootDisk --- .../testdata/TestPrivateZonalWithNetworking.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/integration/private_zonal_with_networking/testdata/TestPrivateZonalWithNetworking.json b/test/integration/private_zonal_with_networking/testdata/TestPrivateZonalWithNetworking.json index 1f8e8b4930..be8e567356 100755 --- a/test/integration/private_zonal_with_networking/testdata/TestPrivateZonalWithNetworking.json +++ b/test/integration/private_zonal_with_networking/testdata/TestPrivateZonalWithNetworking.json @@ -211,6 +211,10 @@ "minNodeCount": 1 }, "config": { + "bootDisk": { + "diskType": "pd-standard", + "sizeGb": "100" + }, "diskSizeGb": 100, "diskType": "pd-standard", "effectiveCgroupMode": "EFFECTIVE_CGROUP_MODE_V2",