-
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
Refactor command runner interface, allow stdin writes #5530
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh 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 |
Travis tests have failedHey @medyagh, 1st Buildmake test
2nd Buildmake test
TravisBuddy Request Identifier: 83023ec0-e569-11e9-950a-c74496fc22d4 |
Travis tests have failedHey @medyagh, 1st Buildmake test
2nd Buildmake test
TravisBuddy Request Identifier: 7d3218b0-e62e-11e9-9927-991e8c29daea |
Codecov Report
@@ Coverage Diff @@
## master #5530 +/- ##
==========================================
- Coverage 37.83% 36.62% -1.22%
==========================================
Files 106 110 +4
Lines 7773 8093 +320
==========================================
+ Hits 2941 2964 +23
- Misses 4452 4740 +288
- Partials 380 389 +9
|
Travis tests have failedHey @medyagh, 1st Buildmake test
TravisBuddy Request Identifier: bbeea290-e6d2-11e9-9927-991e8c29daea |
Travis tests have failedHey @medyagh, 1st Buildmake test
2nd Buildmake test
TravisBuddy Request Identifier: 6caef200-e6e3-11e9-9927-991e8c29daea |
Travis tests have failedHey @medyagh, 1st Buildmake test
2nd Buildmake test
TravisBuddy Request Identifier: 160f7bc0-e6ea-11e9-9927-991e8c29daea |
Travis tests have failedHey @medyagh, 1st Buildmake test
2nd Buildmake test
TravisBuddy Request Identifier: 6cb7dc90-e6ec-11e9-9927-991e8c29daea |
/retest this please |
ed491fb
to
29a015b
Compare
|
|
Linux Vbox FailureWeird error on Linux virtualbox integration test:
None Faliurethe one time that none passedFor the record, the time that it passed was on Build #6235 (Oct 29, 2019 2:54:49) on GCP - Linux This one acted as a flake ! when I updated the PR for a un-realted Wrap format, it went from green to red. I wonder if this is related to which VM the CI job lands on ? VM :Linux GCP - Linux
|
/ok-to-test |
Flakes appear unrelated. Merging. |
I believe I've fixed this. It seemed that the GPU machine had a bad KVM-SPICE config. I deinstalled the SPICE driver. |
Initially this is preparing minikube to use kic ! (which requires setting StdIn on the commands)
previously minikube commands were all string, now it would be a exec.Cmd interface type.
This PR:
cmd string