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

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


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 2dc2ad9  increase disk quota to hold more old versions
2dc2ad9 is described below

commit 2dc2ad91d3820c0637716bdb18c404772359f559
Author: Owen Nichols <[email protected]>
AuthorDate: Wed Dec 15 17:33:10 2021 -0800

    increase disk quota to hold more old versions
    
    (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