From: Kevin Silva Date: Tue, 27 Jun 2023 12:25:06 +0000 (+0200) Subject: [NO-JIRA] Increase memory for yarn_validate cirrus.yml X-Git-Tag: 10.2.0.77647~510 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e9ca3a8d8fce1e3a18cb198ef2d40ba4ed487728;p=sonarqube.git [NO-JIRA] Increase memory for yarn_validate cirrus.yml --- diff --git a/.cirrus.yml b/.cirrus.yml index ed6aa8f9c39..9c2d7a55b83 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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