diff options
author | Kevin Silva <kevin.silva@sonarsource.com> | 2023-06-27 14:25:06 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-27 20:02:45 +0000 |
commit | e9ca3a8d8fce1e3a18cb198ef2d40ba4ed487728 (patch) | |
tree | 28553e8e376d76bb316975498db4d6aa9b8dc31c /.cirrus.yml | |
parent | ae1c56539d8f2ffdf733ed59566d70e88c2f8361 (diff) | |
download | sonarqube-e9ca3a8d8fce1e3a18cb198ef2d40ba4ed487728.tar.gz sonarqube-e9ca3a8d8fce1e3a18cb198ef2d40ba4ed487728.zip |
[NO-JIRA] Increase memory for yarn_validate cirrus.yml
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 9 |
1 files changed, 5 insertions, 4 deletions
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 |