ci.staging: expand disk space
We are currently having problems on ci.staging caused by a
lack of diskspace. We are currently unable to archive logs
or store reports over a useful period of time for testing
due to the disk filling up.
Since staging has only 100GB and production is using over
1TB, adding another 200GB to staging seems reasonable to allow
for testing while not risking exceeding production's resources.
Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org>
Change-Id: I2e687a4d5a90b69407e678a4eb2e18b967e19d72
diff --git a/infra.tf b/infra.tf
index 200b5cb..a042dfe 100644
--- a/infra.tf
+++ b/infra.tf
@@ -35,7 +35,7 @@
Environment = "staging"
}
root_block_device {
- volume_size = 100
+ volume_size = 300
volume_type = "gp2"
}
}