summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2018-12-14 10:47:01 -0500
committerChris Evich <cevich@redhat.com>2018-12-14 14:34:43 -0500
commit7b53e86e4ff3c97de3261fa64be17d6fb1201ffd (patch)
treed17e0ff37e19119e8e16725b560174ebff1a1cbe /.cirrus.yml
parentc086118fca59600de49ba12035fef47f45e23286 (diff)
downloadpodman-7b53e86e4ff3c97de3261fa64be17d6fb1201ffd.tar.gz
podman-7b53e86e4ff3c97de3261fa64be17d6fb1201ffd.tar.bz2
podman-7b53e86e4ff3c97de3261fa64be17d6fb1201ffd.zip
Add script to create CI VMs for debugging
Frequently debugging of CI-related problems requires going hands-on within the environment. However, reproducing the environment by hand is very tedious and error prone. This script permits authorized users to produce VM's based on any available cache-image, and automatically remove them upon logout. Also: Bump up VM disk sizes to 200GB due to performance reasons Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 25e0b3366..9d64bb5ab 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -107,7 +107,7 @@ testing_task:
zone: "us-central1-a" # Required by Cirrus for the time being
cpu: 2
memory: "4Gb"
- disk: 40
+ disk: 200 # see https://developers.google.com/compute/docs/disks#performance
# Generate multiple parallel tasks, covering all possible
# 'matrix' combinations.
matrix:
@@ -189,7 +189,7 @@ cache_images_task:
zone: "us-central1-a" # Required by Cirrus for the time being
cpu: 4
memory: "4Gb"
- disk: 20
+ disk: 200
image_name: "image-builder-image-1541772081" # Simply CentOS 7 + packer dependencies
# Additional permissions for building GCE images, within a GCE VM
scopes: