]> source.dussan.org Git - sonarqube.git/commitdiff
BUILD-811 Increase cpu and memory for cirrus ci build task
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>
Wed, 2 Sep 2020 11:25:31 +0000 (13:25 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 2 Sep 2020 20:07:06 +0000 (20:07 +0000)
.cirrus.yml

index e3a007e26b39172491635b652c07d38a611a2ff0..4ace27dd8f159074cad553a62a591927143c84e0 100644 (file)
@@ -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