diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-11-02 16:31:30 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-11-04 20:03:11 +0000 |
commit | 406efc7a0024531c9078780b4b514cb51796e7e9 (patch) | |
tree | 828f79a355c30c147bbfbce8c8f4a884e92e8d2e /.cirrus.yml | |
parent | b86cfa9ad3162c60dd7a5ad2172d9bfaae07dd26 (diff) | |
download | sonarqube-406efc7a0024531c9078780b4b514cb51796e7e9.tar.gz sonarqube-406efc7a0024531c9078780b4b514cb51796e7e9.zip |
[NO-JIRA] Increase yarn related tasks memory to avoid OOM failure
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index e5ab29af49c..faa989d58b2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -170,7 +170,7 @@ yarn_lint_task: gke_container: <<: *GKE_CONTAINER_TEMPLATE cpu: 5 - memory: 6Gb + memory: 8Gb script: - ./private/cirrus/cirrus-yarn-lint-report.sh <<: *DEFAULT_ARTIFACTS_TEMPLATE @@ -182,7 +182,7 @@ yarn_check_task: gke_container: <<: *GKE_CONTAINER_TEMPLATE cpu: 5 - memory: 6Gb + memory: 8Gb script: | ./private/cirrus/cirrus-env.sh YARN gradle yarn_check-ci --profile |