You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/12/16 01:35:23 UTC

[geode] branch support/1.14 updated: increase disk quota to hold more old versions

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

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


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

commit 34c4a406cd45107415297fb665a92b416985455d
Author: Owen Nichols <on...@apache.org>
AuthorDate: Wed Dec 15 17:33:10 2021 -0800

    increase disk quota to hold more old versions
---
 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`}}",