Skip to content

Commit 82eff8b

Browse files
Merge pull request #23 from scheduleonce/ultragroot/ONCEHUB-65796
https://scheduleonce.atlassian.net/browse/ONCEHUB-65796 - Optimize CPU resources for JenkinsX PR & Release checks
2 parents 6fee942 + e123375 commit 82eff8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.lighthouse/jenkins-x/pullrequest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ spec:
172172
name: ""
173173
resources:
174174
requests:
175-
cpu: 400m
176-
memory: 512Mi
175+
cpu: 100m
176+
memory: 250Mi
177177
volumeMounts:
178178
- mountPath: /home/jenkins
179179
name: workspace-volume

.lighthouse/jenkins-x/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ spec:
172172
name: ""
173173
resources:
174174
requests:
175-
cpu: 400m
176-
memory: 512Mi
175+
cpu: 100m
176+
memory: 250Mi
177177
volumeMounts:
178178
- mountPath: /home/jenkins
179179
name: workspace-volume

0 commit comments

Comments
 (0)