-
Notifications
You must be signed in to change notification settings - Fork 243
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
Modifies WaitForDeploymentRollout() to collect events. #4283
Modifies WaitForDeploymentRollout() to collect events. #4283
Conversation
This is great! I was just trying to untangle the Could we completely remove |
/retest |
/retest |
It also uses WaitAndGetPodWithEvents() for getting the pod in the adapter package.
07a032b
to
c907421
Compare
WaitAndGetPod() was not being used anywhere after the initial changes in the PR. I have removed the function in the latest commit. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kadel, mik-dass 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 |
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.
/lgtm
Should we have been able to see what's proposed in this PR when we hit this failure on CI? |
It was a build failure and is not related to #3256. |
What type of PR is this?
/kind flake
What does does this PR do / why we need it:
Modifies WaitForDeploymentRollout() to collect events. It also uses WaitAndGetPodWithEvents() for getting the pod in the adapter package.
Which issue(s) this PR fixes:
Fixes NA
PR acceptance criteria:
Unit test
Integration test
Documentation
I have read the test guidelines
How to test changes / Special notes to the reviewer: