diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-09-19 18:39:50 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-09-19 20:20:55 +0200 |
commit | 8123665684c3ea60147c3288e60378ecae65aacc (patch) | |
tree | becfac0a6181f1e4fad82a72f63d1fa0830e9a95 /.cirrus.yml | |
parent | bcf76ab7c74f6121ddc44f5dd31f109fe0efbc42 (diff) | |
download | sonarqube-8123665684c3ea60147c3288e60378ecae65aacc.tar.gz sonarqube-8123665684c3ea60147c3288e60378ecae65aacc.zip |
Speed-up validate task on Cirrus and fix coverage in analysis
From 39 minutes to 33 minutes as a first step.
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 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 |