Skip to content

Commit

Permalink
Do not run pull-kubernetes-node-e2e-containerd always
Browse files Browse the repository at this point in the history
There is no point in running this always ... until it is fixed

kubernetes/kubernetes#85303
kubernetes/kubernetes#85040
  • Loading branch information
dims committed Nov 15, 2019
1 parent 95b1cd9 commit c01c45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ presubmits:
- name: pull-kubernetes-node-e2e-containerd
branches:
- master
always_run: true
always_run: false
optional: true
max_concurrency: 12
labels:
Expand Down

0 comments on commit c01c45e

Please sign in to comment.