Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcd operator: set presubmit jobs as blocking #34229

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions config/jobs/etcd/etcd-operator-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
presubmits:
etcd-io/etcd-operator:
- name: pull-etcd-operator-test
optional: true # remove once the job is stable
cluster: eks-prow-build-cluster
always_run: true
branches:
Expand Down Expand Up @@ -30,7 +29,6 @@ presubmits:
cpu: "4"
memory: "4Gi"
- name: pull-etcd-operator-test-e2e
optional: true # remove once the job is stable
cluster: k8s-infra-prow-build
always_run: true
branches:
Expand Down Expand Up @@ -65,7 +63,6 @@ presubmits:
cpu: "4"
memory: "4Gi"
- name: pull-etcd-operator-lint
optional: true # remove once the job is stable
cluster: eks-prow-build-cluster
always_run: true
branches:
Expand Down