Skip to content

Commit

Permalink
Merge pull request #33452 from ivanvc/adjust-etcd-govulncheck-presubm…
Browse files Browse the repository at this point in the history
…it-job-ram

etcd: adjust govulncheck memory limits
  • Loading branch information
k8s-ci-robot authored Sep 10, 2024
2 parents 3b3ca74 + fa2b224 commit d1204ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/etcd/etcd-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ presubmits:
resources:
requests:
cpu: "4"
memory: "1Gi"
memory: "4Gi"
limits:
cpu: "4"
memory: "1Gi"
memory: "4Gi"

- name: pull-etcd-e2e-amd64
cluster: eks-prow-build-cluster
Expand Down

0 comments on commit d1204ea

Please sign in to comment.