summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-04 16:54:21 -0700
committerGitHub <noreply@github.com>2019-04-04 16:54:21 -0700
commitbda28c61dbab1796035d79aad91a0c52458b3dd8 (patch)
treefddd3725ca644130dd554bbfc906a9a2366f77ec
parentfd39849beef3cdc6cce08814aaa1e12f60b37951 (diff)
parent5099f189a5c9437c03bec51b15f4def51d79d80d (diff)
downloadpodman-bda28c61dbab1796035d79aad91a0c52458b3dd8.tar.gz
podman-bda28c61dbab1796035d79aad91a0c52458b3dd8.tar.bz2
podman-bda28c61dbab1796035d79aad91a0c52458b3dd8.zip
Merge pull request #2853 from mheon/up_resource_for_build_each_commit
Increase resources for build_each_commit task
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 3516c7d61..ee83ffeba 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -179,9 +179,9 @@ build_each_commit_task:
gce_instance:
image_project: "libpod-218412"
zone: "us-central1-a" # Required by Cirrus for the time being
- cpu: 2
- memory: "4Gb"
- disk: 40
+ cpu: 8
+ memory: "8Gb"
+ disk: 200
image_name: "${FEDORA_CACHE_IMAGE_NAME}"
timeout_in: 30m