Skip to content

Commit

Permalink
Increase CI kubernetes memory limit to 20Gi to avoid OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
ambushwork committed Feb 26, 2025
1 parent 11e01a4 commit d4bb1a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
DD_COMMON_AGENT_CONFIG: "dd.env=ci,dd.trace.enabled=false,dd.jmx.fetch.enabled=false"

KUBERNETES_MEMORY_REQUEST: "8Gi"
KUBERNETES_MEMORY_LIMIT: "16Gi"
KUBERNETES_MEMORY_LIMIT: "20Gi"

stages:
- ci-image
Expand Down Expand Up @@ -90,7 +90,6 @@ test:plugin:
stage: test
timeout: 1h
script:
- aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android-gradle-plugin.gradle-properties --with-decryption --query "Parameter.Value" --out text >> ./gradle.properties
- git fetch --depth=1 origin main
- rm -rf ~/.gradle/daemon/
- CODECOV_TOKEN=$(aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android-gradle-plugin.codecov-token --with-decryption --query "Parameter.Value" --out text)
Expand Down

0 comments on commit d4bb1a2

Please sign in to comment.