This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 674226c  increase disk quota to hold more old versions (#7229)
674226c is described below

commit 674226c5654221d6dc84159e8bd1812c613b2dc6
Author: Owen Nichols <[email protected]>
AuthorDate: Mon Jan 3 10:54:15 2022 -0800

    increase disk quota to hold more old versions (#7229)
    
    (cherry picked from commit 34c4a406cd45107415297fb665a92b416985455d)
---
 ci/images/google-geode-builder/packer.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/images/google-geode-builder/packer.json 
b/ci/images/google-geode-builder/packer.json
index 8f691fd..111b8ae 100644
--- a/ci/images/google-geode-builder/packer.json
+++ b/ci/images/google-geode-builder/packer.json
@@ -16,6 +16,7 @@
       "zone": "us-central1-f",
       "image_family": "{{user `pipeline_prefix`}}linux-geode-builder",
       "image_name": "{{user `hashed_pipeline_prefix`}}gb-{{timestamp}}",
+      "disk_size": "100",
       "tags": ["packer"],
       "labels": {
         "time-to-live": "{{user `packer_ttl`}}",

Reply via email to