-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use WaitForPodRunning instead of WaitForResourceReady #183
Use WaitForPodRunning instead of WaitForResourceReady #183
Conversation
Worked, retesting |
2/2 /assign @slinkydeveloper |
@pierDipi since this tests was copied from eventing, can you propose the fix there too? |
@slinkydeveloper I planned to monitor them in continuous testing, and then propose it so that I'm sure what I'm proposing is the right thing to do, does that seem reasonable to you? |
3/3 |
4/4 |
5/5 |
Sounds stable enough, let's merge it! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, slinkydeveloper 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 |
/unhold |
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Try to address:
Use the specific WaitForPodRunning instead of WaitForResourceReady
Proposed Changes