diff options
author | Chris Evich <cevich@redhat.com> | 2018-10-05 10:44:23 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-10-05 11:05:58 -0400 |
commit | eef2cb01cae26ba4c59ea6d438502d8b8de11bad (patch) | |
tree | b8397a59fe01819d207ea33c483bbc5482ea8ce4 /.cirrus.yml | |
parent | f5df6f4a61472ec627f83916fbed8f53e8eef9ba (diff) | |
download | podman-eef2cb01cae26ba4c59ea6d438502d8b8de11bad.tar.gz podman-eef2cb01cae26ba4c59ea6d438502d8b8de11bad.tar.bz2 podman-eef2cb01cae26ba4c59ea6d438502d8b8de11bad.zip |
Lower CPU/Memory usage by cirrus VMs
These can increase again, once we have more control over setting quotas
in GCE. At the moment it's limited because of trial-account status.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a06d17493..04ccdefbd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,8 +9,8 @@ gcp_credentials: ENCRYPTED[885c6e4297dd8d6f67593c42b810353af0c505a7a670e2c6fd830 gce_instance: image_project: "libpod-218412" zone: "us-central1-a" # Required by Cirrus for the time being - cpu: 4 - memory: "8Gb" + cpu: 2 + memory: "4Gb" disk: 40 # Main collection of env. varss to set for all scripts. All others |