aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2024-08-08 18:31:47 +0200
committersonartech <sonartech@sonarsource.com>2024-08-09 20:02:46 +0000
commit50823c2180f2d21044b0a14a4577ec89bfd73cb7 (patch)
treec7c0b4aa2ff72c4ac0f221bcfebf9a2a3ae0d840
parentb4910badd85034fe1159548a1ed117efbbb3b9d9 (diff)
downloadsonarqube-50823c2180f2d21044b0a14a4577ec89bfd73cb7.tar.gz
sonarqube-50823c2180f2d21044b0a14a4577ec89bfd73cb7.zip
SONAR-22746 Fix yarn_validate timeouts
-rw-r--r--.cirrus/.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus/.cirrus.yml b/.cirrus/.cirrus.yml
index 64ea64ca2a6..2aefafa82c8 100644
--- a/.cirrus/.cirrus.yml
+++ b/.cirrus/.cirrus.yml
@@ -142,8 +142,8 @@ yarn_validate_task:
depends_on: cache_dependencies
container:
dockerfile: .cirrus/Dockerfile
- cpu: 8
- memory: 15Gb
+ cpu: 10
+ memory: 32Gb
<<: *DEFAULT_TEMPLATE
<<: *GRADLE_CACHE_TEMPLATE
<<: *YARN_CACHE_TEMPLATE