Skip to content

Commit

Permalink
remove restart-kubelet flag.
Browse files Browse the repository at this point in the history
This flag was added to the test suite in
kubernetes/kubernetes#97028

However as it turns out, in order to test the exit on lock contention,
it is not needed, hence removing the flag from the test job.

Signed-off-by: Imran Pochi <imran@kinvolk.io>
  • Loading branch information
ipochi committed Jul 9, 2021
1 parent 27c63cf commit 42f2a5c
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 @@ -408,7 +408,7 @@ periodics:
- --node-test-args=--kubelet-flags="--exit-on-lock-contention --lock-file=/var/run/kubelet.lock"
- --node-tests=true
- --provider=gce
- --test_args=--nodes=1 --focus="\[NodeFeature:LockContention\]" --restart-kubelet=false
- --test_args=--nodes=1 --focus="\[NodeFeature:LockContention\]"
env:
- name: GOPATH
value: /go
Expand Down

0 comments on commit 42f2a5c

Please sign in to comment.