diff --git a/jenkins/pod-templates/tracecompass-test-pod.yaml b/jenkins/pod-templates/tracecompass-test-pod.yaml index 60c32fb..d67c858 100644 --- a/jenkins/pod-templates/tracecompass-test-pod.yaml +++ b/jenkins/pod-templates/tracecompass-test-pod.yaml @@ -13,7 +13,7 @@ spec: memory: "6Gi" cpu: "2000m" limits: - memory: "6Gi" + memory: "5Gi" cpu: "2000m" volumeMounts: - name: settings-xml @@ -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