Skip to content

Commit

Permalink
chore: crease cpu requests
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Oct 10, 2024
1 parent a97e70a commit 4ca86b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ spec:
name: ""
resources: {}
- name: jx-variables
resources: {}
- name: build-make-linux
resources: {}
- name: build-make-test
resources: {}
- name: build-container-build
resources:
# override requests for the pod here
requests:
cpu: 1400m
memory: 600Mi
- name: build-make-linux
resources: {}
- name: build-make-test
resources: {}
- name: build-container-build
resources: {}
podTemplate: {}
serviceAccountName: tekton-bot
timeout: 2h0m0s
Expand Down

0 comments on commit 4ca86b1

Please sign in to comment.