Skip to content

Commit

Permalink
Merge pull request #30613 from saschagrunert/pull-k8sio-groups-test-m…
Browse files Browse the repository at this point in the history
…emory

Increase memory for `pull-k8sio-groups-test`
  • Loading branch information
k8s-ci-robot authored Sep 5, 2023
2 parents 003273d + 82437f4 commit 1b805ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/sig-k8s-infra/k8sio-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ presubmits:
resources:
limits:
cpu: 1
memory: "512Mi"
memory: "1Gi"
requests:
cpu: 1
memory: "512Mi"
memory: "1Gi"
env:
- name: GO111MODULE
value: "on"
Expand Down

0 comments on commit 1b805ca

Please sign in to comment.