Skip to content

Commit

Permalink
Tune etcd presubmit unit 386 job
Browse files Browse the repository at this point in the history
Adjust memory and CPU requests accordingly to Grafana. Remove the
optional argumentafter successful runs.
  • Loading branch information
ivanvc committed Jun 13, 2024
1 parent 170c9be commit cd68949
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/jobs/etcd/etcd-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ presubmits:

- name: pull-etcd-unit-test-386
cluster: eks-prow-build-cluster
optional: true # remove this once the job is green
always_run: true
branches:
- main
Expand All @@ -77,10 +76,10 @@ presubmits:
resources:
requests:
cpu: "4"
memory: "4Gi"
memory: "2Gi"
limits:
cpu: "4"
memory: "4Gi"
memory: "2Gi"

- name: pull-etcd-verify
cluster: eks-prow-build-cluster
Expand Down

0 comments on commit cd68949

Please sign in to comment.