Skip to content

Commit

Permalink
Increase resource requests to distribute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored Jan 8, 2020
1 parent 1a00db1 commit 86fad0a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ presubmits:
command: [".prow/scripts/test-core-ingestion.sh"]
resources:
requests:
cpu: "1500m"
cpu: "2000m"
memory: "1536Mi"
limit:
memory: "4096Mi"

- name: test-serving
decorate: true
Expand Down Expand Up @@ -116,9 +114,7 @@ presubmits:
command: [".prow/scripts/test-end-to-end.sh"]
resources:
requests:
cpu: "3000m"
memory: "4096Mi"
limit:
cpu: "6"
memory: "6144Mi"

- name: test-end-to-end-batch
Expand All @@ -134,10 +130,8 @@ presubmits:
command: [".prow/scripts/test-end-to-end-batch.sh"]
resources:
requests:
cpu: "1000m"
memory: "1024Mi"
limit:
memory: "4096Mi"
cpu: "6"
memory: "6144Mi"
volumeMounts:
- name: service-account
mountPath: "/etc/service-account"
Expand Down

0 comments on commit 86fad0a

Please sign in to comment.