diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2020-09-02 13:25:31 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-09-02 20:07:06 +0000 |
commit | a312de6f295ebaa77fa5cad65f79656e35a5d70f (patch) | |
tree | 6f858c1f9b90b614e151a5f54d0b17c65f7c8552 /.cirrus.yml | |
parent | 09c527420d6247af8c52e1cac7aea54b893675a7 (diff) | |
download | sonarqube-a312de6f295ebaa77fa5cad65f79656e35a5d70f.tar.gz sonarqube-a312de6f295ebaa77fa5cad65f79656e35a5d70f.zip |
BUILD-811 Increase cpu and memory for cirrus ci build task
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 e3a007e26b3..4ace27dd8f1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -78,8 +78,8 @@ build_task: timeout_in: 90m gke_container: <<: *GKE_CONTAINER_TEMPLATE - cpu: 3 - memory: 5Gb + cpu: 4 + memory: 7Gb 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 |