Skip to content

Commit

Permalink
Merge pull request #33735 from ivanvc/dont-run-etcd-bbolt-failing-jobs
Browse files Browse the repository at this point in the history
etcd: don't run robustness and race bbolt presubmits until stable
  • Loading branch information
k8s-ci-robot authored Oct 29, 2024
2 parents dccc9d4 + adfebac commit 5a01846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/etcd/etcd-bbolt-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ presubmits:
kubernetes.io/arch: arm64
- name: pull-bbolt-test-4-cpu-race-arm64
cluster: k8s-infra-prow-build
always_run: true
always_run: false
branches:
- main
decorate: true
Expand Down Expand Up @@ -116,7 +116,7 @@ presubmits:
- name: pull-bbolt-robustness-arm64
cluster: k8s-infra-prow-build
optional: true # remove once the job is stable
always_run: true
always_run: false
branches:
- main
decorate: true
Expand Down

0 comments on commit 5a01846

Please sign in to comment.