From a312de6f295ebaa77fa5cad65f79656e35a5d70f Mon Sep 17 00:00:00 2001 From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Wed, 2 Sep 2020 13:25:31 +0200 Subject: [PATCH] BUILD-811 Increase cpu and memory for cirrus ci build task --- .cirrus.yml | 4 ++-- 1 file 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 -- 2.39.5