We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e122cb commit 295b5aaCopy full SHA for 295b5aa
.cirrus.yml
@@ -49,7 +49,7 @@ build_container_definition: &BUILD_CONTAINER_DEFINITION
49
region: eu-central-1
50
namespace: default
51
cpu: 2
52
- memory: 2G
+ memory: 4G
53
54
only_sonarsource_qa: &ONLY_SONARSOURCE_QA
55
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