From 8123665684c3ea60147c3288e60378ecae65aacc Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 19 Sep 2018 18:39:50 +0200 Subject: [PATCH] Speed-up validate task on Cirrus and fix coverage in analysis From 39 minutes to 33 minutes as a first step. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 513e1b2de30..c05638ccb1c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -74,7 +74,7 @@ validate_task: - name: postgres image: postgres:9.3.23 port: 5432 - cpu: 0.8 + cpu: 0.7 memory: 1Gb env: POSTGRES_USER: postgres @@ -94,7 +94,7 @@ qa_task: cluster_name: cirrus-cluster zone: us-central1-a namespace: default - cpu: 3 + cpu: 2 memory: 10Gb additional_containers: - name: postgres -- 2.39.5