Skip to content

Commit 295b5aa

Browse files
authored
SONARPY-1979 Increase resource allocation for CI (#1849)
* SONARPY-1979 Increase resource allocation for CI * Resync with Cirrus
1 parent 4e122cb commit 295b5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ build_container_definition: &BUILD_CONTAINER_DEFINITION
4949
region: eu-central-1
5050
namespace: default
5151
cpu: 2
52-
memory: 2G
52+
memory: 4G
5353

5454
only_sonarsource_qa: &ONLY_SONARSOURCE_QA
5555
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' || $CIRRUS_BRANCH =~ "dogfood-on-.*")

0 commit comments

Comments
 (0)