diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2023-06-30 13:42:29 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-30 20:02:59 +0000 |
commit | 7a56d38032d02e024fd0a51ae641025c32c45b2a (patch) | |
tree | 3266b3128b3e26c1b58ad9c5c6efe0c408c7ba0e | |
parent | 15d956c88581e84caed8e05eb8f6a477850507c2 (diff) | |
download | sonarqube-7a56d38032d02e024fd0a51ae641025c32c45b2a.tar.gz sonarqube-7a56d38032d02e024fd0a51ae641025c32c45b2a.zip |
NO-JIRA fix gitlab QA: increase memory for Gitlab side-container
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 8e943af017c..6c81c34ef99 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -415,7 +415,7 @@ qa_gitlab_task: - 80 - 443 cpu: 2 - memory: 5Gb + memory: 8Gb image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/gitlab:${GITLAB_VERSION} env: - GITLAB_POST_RECONFIGURE_SCRIPT: |- |