Skip to content

Commit

Permalink
Merge pull request #13387 from olemarkus/automated-cherry-pick-of-#13…
Browse files Browse the repository at this point in the history
…373-origin-release-1.23

Automated cherry pick of #13373: If kubetest2 fails cluster validation, we run down before
  • Loading branch information
k8s-ci-robot committed Mar 18, 2022
2 parents 5520fbe + a47c4e0 commit 91ea980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/kubetest2-kops/deployer/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func (d *deployer) Up() error {
}
isUp, err := d.IsUp()
if err != nil {
d.Down()
return err
} else if isUp {
klog.V(1).Infof("cluster reported as up")
Expand Down

0 comments on commit 91ea980

Please sign in to comment.