From e57d038375610ab9beaa421f99087c7c16df6da1 Mon Sep 17 00:00:00 2001 From: Radek Felcman Date: Tue, 12 Apr 2022 21:16:05 +0200 Subject: [PATCH] Jenkins release pipeline - resources upgrade (#1479) Signed-off-by: Radek Felcman --- etc/jenkins/release.groovy | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/jenkins/release.groovy b/etc/jenkins/release.groovy index 9d69b161051..e60e7bc0604 100644 --- a/etc/jenkins/release.groovy +++ b/etc/jenkins/release.groovy @@ -1,4 +1,4 @@ -// Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved. // // This program and the accompanying materials are made available under the // terms of the Eclipse Distribution License v. 1.0, which is available at @@ -57,18 +57,18 @@ spec: - name: jnlp resources: limits: - memory: "1Gi" + memory: "2Gi" cpu: "1" requests: - memory: "1Gi" + memory: "2Gi" cpu: "500m" - name: el-build resources: limits: - memory: "2Gi" + memory: "4Gi" cpu: "2" requests: - memory: "2Gi" + memory: "4Gi" cpu: "1.5" image: tkraus/el-build:1.1.9 volumeMounts: