From 64da7e2929c269f3b1532866e936be96c89f9c4d Mon Sep 17 00:00:00 2001 From: Reinhard Biegel <reinhard.biegel@in-tech.com> Date: Fri, 25 Oct 2024 09:21:51 +0200 Subject: [PATCH] feat(CI): Increase pod startup timeout to 10min --- utils/ci/Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/ci/Jenkinsfile b/utils/ci/Jenkinsfile index 859150a07..1301d5e38 100644 --- a/utils/ci/Jenkinsfile +++ b/utils/ci/Jenkinsfile @@ -106,9 +106,6 @@ spec: limits: memory: "16Gi" cpu: "4" - requests: - memory: "16Gi" - cpu: "4" volumeMounts: - name: openpass-cache-storage mountPath: "/home/jenkins/cache" @@ -128,6 +125,7 @@ spec: runAsUser: 1002870000 seLinuxOptions: level: s0:c4,c54 + activeDeadlineSeconds: 600 """ } } -- GitLab