diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2021-10-01 14:53:43 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-10-04 20:03:32 +0000 |
commit | 123e51741f3293f9bc169a2baa1ceb59481deac8 (patch) | |
tree | 9e75f4f88a695a00765595bc6efa7cf0444456ec /.cirrus.yml | |
parent | 22be6f79ed4c8446fd1298e5eb6b45bb9222d225 (diff) | |
download | sonarqube-123e51741f3293f9bc169a2baa1ceb59481deac8.tar.gz sonarqube-123e51741f3293f9bc169a2baa1ceb59481deac8.zip |
Bump build task CPUs count
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 7e408151b84..6b639d43c6a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -113,8 +113,8 @@ build_task: timeout_in: 90m gke_container: <<: *GKE_CONTAINER_TEMPLATE - cpu: 4 - memory: 7Gb + cpu: 7.5 + memory: 8Gb env: # No need to clone the full history. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes |