-
Notifications
You must be signed in to change notification settings - Fork 45
Fix the retry issue with deployment verification #387
Fix the retry issue with deployment verification #387
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@houshengbo: 0 warnings.
In response to this:
Fixes #
Proposed Changes
Release Note
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: houshengbo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@houshengbo |
@aliok I added in the comments of the PR. |
/lgtm makes perfect sense 👍 |
Fixes #
Proposed Changes
false, err
, which would run the check only once, but we need to returnfalse, nil
, till we reach the desired state. This PR made the correct changes for the retry mechanism.Release Note