aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 34f6b10c..c32b04d1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,6 +3,10 @@
# Main environment vars to set for all tasks
env:
+ # enable auto cancelling concurrent builds on master when multiple PRs are
+ # merged at once
+ auto_cancellation: true
+
FEDORA_VER: "33"
FEDORA_PRIOR_VER: "32"
FEDORA_NAME: "fedora-${FEDORA_VER}"
@@ -73,8 +77,7 @@ report_stageone_task:
gce_instance: &standardvm
image_project: "${PROJECT}"
image_name: "${VM_IMAGE_NAME}"
- cpu: 2
- memory: "4Gb"
+ type: e2-medium
# minimum disk size is 20
disk: 20
matrix:
@@ -140,7 +143,7 @@ report_foreman_task:
depends_on: stageone_report
gce_instance: &bigvm
<<: *standardvm
- memory: "8Gb"
+ type: e2-standard-2
matrix:
- env:
PROJECT: ${SOS_PROJECT}