Closed mbobrovskyi closed 4 days ago
Name | Link |
---|---|
Latest commit | 2d6d435e939f9f2278e9324467ca5b8bddcf0eae |
Latest deploy log | https://app.netlify.com/sites/kubernetes-sigs-kueue/deploys/673f02f7531c7c0008f88e53 |
Deploy Preview | https://deploy-preview-3607--kubernetes-sigs-kueue.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/cc @mimowo
LGTM label has been added.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mbobrovskyi, mimowo
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Use g.Expect instead of gomega.Expect on gomega.Eventually.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
We can't use
gomega.Expect
onEventually
if we are usingg gomega.Gomega
. It will stop Eventually on first error.Does this PR introduce a user-facing change?