From 50939b816e4d79cb4972ac6ad25903693152aca7 Mon Sep 17 00:00:00 2001 From: Lennart Jern Date: Wed, 11 Dec 2024 12:51:05 +0200 Subject: [PATCH] CI: Increase IOPS for devstack disk This is an attempt to see if disk performance is what makes our CI unstable. Signed-off-by: Lennart Jern --- hack/ci/gce-project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/ci/gce-project.sh b/hack/ci/gce-project.sh index c915f40ce0..22d4a059ca 100755 --- a/hack/ci/gce-project.sh +++ b/hack/ci/gce-project.sh @@ -96,7 +96,7 @@ function create_vm { --enable-nested-virtualization \ --image-project ubuntu-os-cloud \ --image-family ubuntu-2404-lts-amd64 \ - --boot-disk-size 200G \ + --boot-disk-size 500G \ --boot-disk-type pd-ssd \ --can-ip-forward \ --tags http-server,https-server,novnc,openstack-apis \