Skip to content

Commit e123375

Browse files
committed
https://scheduleonce.atlassian.net/browse/ONCEHUB-65796 - Optimize CPU resources for JenkinsX PR & Release checks
1 parent 6fee942 commit e123375

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)