Fix the retry issue with deployment verification#387
Fix the retry issue with deployment verification#387knative-prow-robot merged 1 commit intoknative:masterfrom
Conversation
knative-prow-robot
left a comment
There was a problem hiding this comment.
@houshengbo: 0 warnings.
Details
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 DetailsNeeds 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