-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
entrypoint: Remove reliance on pipes, retry fix_cgroup on failure #8974
Conversation
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tstromberg 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 |
kvm2 Driver |
Travis tests have failedHey @tstromberg, 1st Buildmake test
TravisBuddy Request Identifier: 1ac1de80-dcf6-11ea-b6e2-493429cddfc3 |
kvm2 Driver Times for Minikube (PR 8974): [63.05438406299999 63.23591611 63.186196927] Averages Time Per Log
docker Driver Times for Minikube (PR 8974): [28.78154445 26.819971215 28.630650863] Averages Time Per Log
|
NOTE: This is not yet tested on podman.
Fixes #8971 - in part by removing the SIGPIPE condition and using a for loop to iterate, but in part through implementing retry.
Blocked on #8982