-
-
Notifications
You must be signed in to change notification settings - Fork 54
Add call to container/{id}/wait #329
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
Conversation
@ry99 Thank you for your PR. Could you at least add a simple unit tests? See how other unit tests are implemented, it should be very similar :) |
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.
@ry99 also, see 2 comments :)
@amihaiemil/z not enough funds available in the project, can't set budget of job #329, see §21; @amihaiemil/z will get no money on completion; in order to fix that, add funds to the project and assign the job again |
@rultor try to merge |
@amihaiemil OK, I'll try to merge now. You can check the progress of the merge here |
@amihaiemil Done! FYI, the full log is here (took me 2min) |
@ry99 thanks a lot for the PR! |
@rultor release it, tag is |
@amihaiemil OK, I will release it now. Please check the progress here |
@amihaiemil @ry99 Oops, I failed. You can see the full log here (spent 2min)
|
Job #329 is not in the agenda of @amihaiemil/z, can't set title |
Job was finished in 10 hours, bonus for fast delivery is possible (see §36) |
Adds a
container.waitOn()
function to wait for a container to complete. I did not add an integration test because the integration tests do not seem to work on my dev machine (#303).