Skip to content

Commit

Permalink
etcd: always run pull-etcd-release-tests
Browse files Browse the repository at this point in the history
After merging etcd-io/etcd#19305, this job is passing. Allow it to run
for some time before removing the optional flag.
  • Loading branch information
ivanvc committed Feb 1, 2025
1 parent e94e7d6 commit daf1dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/etcd/etcd-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ presubmits:
- name: pull-etcd-release-tests
optional: true # remove once the job is stable
cluster: k8s-infra-prow-build
always_run: false # set it to true once the job works
always_run: true
branches:
- main
decorate: true
Expand Down

0 comments on commit daf1dc2

Please sign in to comment.