aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2024-08-12 11:23:54 +0200
committersonartech <sonartech@sonarsource.com>2024-08-12 20:02:35 +0000
commit999910a8e7865fdf0fde4c8baf8746381a188316 (patch)
tree66dc4af7ea0d833247f3b85a1bd9b00fb656d312
parent50823c2180f2d21044b0a14a4577ec89bfd73cb7 (diff)
downloadsonarqube-999910a8e7865fdf0fde4c8baf8746381a188316.tar.gz
sonarqube-999910a8e7865fdf0fde4c8baf8746381a188316.zip
SONAR-22746 Fewer CPU for cirrus
-rw-r--r--.cirrus/.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/.cirrus.yml b/.cirrus/.cirrus.yml
index 2aefafa82c8..73bd439ac5f 100644
--- a/.cirrus/.cirrus.yml
+++ b/.cirrus/.cirrus.yml
@@ -142,7 +142,7 @@ yarn_validate_task:
depends_on: cache_dependencies
container:
dockerfile: .cirrus/Dockerfile
- cpu: 10
+ cpu: 8
memory: 32Gb
<<: *DEFAULT_TEMPLATE
<<: *GRADLE_CACHE_TEMPLATE