-
Notifications
You must be signed in to change notification settings - Fork 2k
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
A number of rkt fixes #768
Conversation
869f7a3
to
90ec377
Compare
150ddfd
to
58a85f0
Compare
Right now, these tests run fine on my dev box. I can also run a small job on rkt. Still trying to figure out why the tests are failing on travis. |
e922607
to
ba75ebd
Compare
c3d01fc
to
7b11da6
Compare
} | ||
h.waitCh <- cstructs.NewWaitResult(code, 0, err) | ||
h.waitCh <- &cstructs.WaitResult{ExitCode: ps.ExitCode, Signal: 0, Err: err} |
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.
Can you use NewWaitResult
15c1b81
to
1ae0921
Compare
host volumes are the preferred way to share data.
- Reorder rkt arguments to make it work - Change a few things in test
- Introduces a travis target in Makefile to update docker and install rkt
- Removed some unused variables.
Also add a test for mounting alloc dirs
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
This includes a number of rkt fixes