Skip to content

Commit

Permalink
Jenkins release pipeline - resources upgrade (#1479)
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman authored Apr 12, 2022
1 parent 6601fa9 commit e57d038
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etc/jenkins/release.groovy
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e57d038

Please sign in to comment.