Skip to content

Commit

Permalink
Merge pull request #21123 from wzshiming/fix/graceful-node-shutdown
Browse files Browse the repository at this point in the history
Fix graceful-node-shutdown focus
  • Loading branch information
k8s-ci-robot authored Mar 3, 2021
2 parents ce975c8 + 9460a62 commit 25b72b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ periodics:
- --node-test-args=--feature-gates=GracefulNodeShutdown=true --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/"
- --node-tests=true
- --provider=gce
- --test_args=--nodes=1 --focus="\[[NodeAlphaFeature:GracefulNodeShutdown\]"
- --test_args=--nodes=1 --focus="\[NodeAlphaFeature:GracefulNodeShutdown\]"
- --timeout=60m
env:
- name: GOPATH
Expand Down

0 comments on commit 25b72b6

Please sign in to comment.