Skip to content

Commit

Permalink
Increase memory for test pod (for sonar testing)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Mar 24, 2024
1 parent 59e15c2 commit 90a2aaa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jenkins/pod-templates/tracecompass-test-pod.yaml
Expand Up @@ -13,7 +13,7 @@ spec:
memory: "6Gi"
cpu: "2000m"
limits:
memory: "6Gi"
memory: "5Gi"
cpu: "2000m"
volumeMounts:
- name: settings-xml
Expand All @@ -26,6 +26,13 @@ spec:
mountPath: /opt/tools
- name: jnlp
image: 'eclipsecbi/jenkins-jnlp-agent'
resources:
requests:
memory: "1024Mi"
cpu: "500m"
limits:
memory: "1024Mi"
cpu: "500m"
volumeMounts:
- mountPath: /home/jenkins/.ssh
name: volume-known-hosts
Expand Down

0 comments on commit 90a2aaa

Please sign in to comment.