Skip to content

Commit 1c8f632

Browse files
committed
SONAR-25113 preventive increase of CI memory to prevent OOMKill
1 parent 7f0d6bd commit 1c8f632

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.cirrus/tasks_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger_release_task:
33
eks_container:
44
<<: *STD_CONTAINER_TEMPLATE
55
cpu: 1
6-
memory: 1Gb
6+
memory: 2Gb
77
only_if: $CIRRUS_PRERELEASE != "true" && $CIRRUS_RELEASE != ""
88
<<: *CLONE_SCRIPT_TEMPLATE
99
stateful: 'true'

.cirrus/tasks_templates.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ docker_build_container_template: &CONTAINER_TEMPLATE
1818
region: eu-central-1
1919
namespace: default
2020
cpu: 1
21-
memory: 1Gb
21+
memory: 2Gb
2222

2323
container_template: &STD_CONTAINER_TEMPLATE
2424
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j11-latest
2525
cluster_name: ${CIRRUS_CLUSTER_NAME}
2626
region: eu-central-1
2727
namespace: default
2828
cpu: 1
29-
memory: 1Gb
29+
memory: 2Gb
3030

3131
vm_instance_template: &VM_TEMPLATE
3232
image: docker-builder-v*
@@ -53,7 +53,7 @@ chart_static_compatibility_test: &CHART_STATIC_COMPATIBILITY_TEST_TEMPLATE
5353
eks_container:
5454
<<: *CONTAINER_TEMPLATE
5555
cpu: 1
56-
memory: 1Gb
56+
memory: 2Gb
5757
<<: *CLONE_SCRIPT_TEMPLATE
5858

5959
chart_testing_on_openshift: &CHART_TESTING_ON_OPENSHIFT_TEMPLATE
@@ -104,7 +104,7 @@ chart_packaging: &CHART_PACKAGING_TASK_TEMPLATE
104104
eks_container:
105105
<<: *CONTAINER_TEMPLATE
106106
cpu: 2
107-
memory: 1Gb
107+
memory: 2Gb
108108
<<: *CLONE_SCRIPT_TEMPLATE
109109
environment_cache:
110110
folder: ${CIRRUS_WORKING_DIR}/*.tgz*
@@ -128,7 +128,7 @@ push_to_repox: &PUSH_TO_REPOX_TASK_TEMPLATE
128128
eks_container:
129129
<<: *STD_CONTAINER_TEMPLATE
130130
cpu: 1
131-
memory: 1Gb
131+
memory: 2Gb
132132
<<: *CLONE_SCRIPT_TEMPLATE
133133
environment_cache:
134134
folder: ${CIRRUS_WORKING_DIR}/*.tgz*

0 commit comments

Comments
 (0)