Skip to content

Commit

Permalink
Merge pull request #32872 from ivanvc/remove-optional-from-etcd-presu…
Browse files Browse the repository at this point in the history
…bmit-govulncheck-job

etcd: tune govulncheck etcd presubmit job
  • Loading branch information
k8s-ci-robot authored Jun 28, 2024
2 parents d36fd89 + ccfbb34 commit 091b36d
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 @@ -120,7 +120,6 @@ presubmits:
- name: pull-etcd-govulncheck
cluster: eks-prow-build-cluster
always_run: true
optional: true # remove this once the job is green
branches:
- main
decorate: true
Expand All @@ -140,10 +139,10 @@ presubmits:
resources:
requests:
cpu: "4"
memory: "4Gi"
memory: "1Gi"
limits:
cpu: "4"
memory: "4Gi"
memory: "1Gi"

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

0 comments on commit 091b36d

Please sign in to comment.