]> source.dussan.org Git - sonarqube.git/commitdiff
[NO-JIRA] Increase memory for yarn_validate cirrus.yml
authorKevin Silva <kevin.silva@sonarsource.com>
Tue, 27 Jun 2023 12:25:06 +0000 (14:25 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 27 Jun 2023 20:02:45 +0000 (20:02 +0000)
.cirrus.yml

index ed6aa8f9c39e3089ff6ebebb04cb5b481669ce6d..9c2d7a55b830467a537acbb820e22a590c3f047d 100644 (file)
@@ -28,7 +28,8 @@ auto_cancellation: $CIRRUS_BRANCH != $BRANCH_MAIN && $CIRRUS_BRANCH !=~ $BRANCH_
 skip_public_branches_template: &SKIP_PUBLIC_BRANCHES_TEMPLATE
   skip: $CIRRUS_BRANCH =~ $BRANCH_PATTERN_PUBLIC
 
-cache_dependencies_dependant_task_template: &CACHE_DEPENDENCIES_DEPENDANT_TASK_TEMPLATE
+cache_dependencies_dependant_task_template:
+  &CACHE_DEPENDENCIES_DEPENDANT_TASK_TEMPLATE
   depends_on: cache_dependencies
 
 build_dependant_task_template: &BUILD_DEPENDANT_TASK_TEMPLATE
@@ -37,7 +38,8 @@ build_dependant_task_template: &BUILD_DEPENDANT_TASK_TEMPLATE
 master_and_nightly_task_template: &MASTER_AND_NIGHTLY_TASK_TEMPLATE
   only_if: $CIRRUS_BRANCH == $BRANCH_NIGHTLY || $CIRRUS_BRANCH == $BRANCH_MAIN
 
-master_or_nightly_or_maintenance_task_template: &MASTER_OR_NIGHTLY_OR_MAINTENANCE_TASK_TEMPLATE
+master_or_nightly_or_maintenance_task_template:
+  &MASTER_OR_NIGHTLY_OR_MAINTENANCE_TASK_TEMPLATE
   only_if: $CIRRUS_BRANCH == $BRANCH_NIGHTLY || $CIRRUS_BRANCH == $BRANCH_MAIN || $CIRRUS_BRANCH =~ $BRANCH_PATTERN_MAINTENANCE
 
 except_nightly_task_template: &EXCEPT_ON_NIGHTLY_TASK_TEMPLATE
@@ -85,7 +87,6 @@ bitbucket_cloud_task_template: &BITBUCKET_CLOUD_TASK_TEMPLATE
     $CIRRUS_BRANCH == $BRANCH_MAIN || $CIRRUS_BRANCH =~ $BRANCH_PATTERN_MAINTENANCE || $CIRRUS_BRANCH == $BRANCH_NIGHTLY ||
     changesInclude('private/core-extension-developer-server/src/main/java/com/sonarsource/branch/pr/bitbucket/**/*.java', 'private/it-branch/it-tests/src/test/java/com/sonarsource/branch/it/suite/pr/bitbucketcloud/**/*.java')
 
-
 docker_build_container_template: &CONTAINER_TEMPLATE
   region: eu-central-1
   cluster_name: ${CIRRUS_CLUSTER_NAME}
@@ -285,7 +286,7 @@ yarn_validate_task:
   eks_container:
     <<: *CONTAINER_TEMPLATE
     cpu: 7.5
-    memory: 20Gb
+    memory: 25Gb
   script:
     - ./private/cirrus/cirrus-yarn-validate-ci.sh
   <<: *DEFAULT_ARTIFACTS_TEMPLATE