Initial Travis CI Configuration#13
Closed
jhamman wants to merge 9 commits into
Closed
Conversation
Member
Author
|
@quasiben - I think you were the main developer of the the SGE CI setup for dask-drmaa. Any chance you could look over this PR and provide a few comments. The current build is failing so perhaps there is a clue in there for you. |
Member
|
@jhamman, generally it looks good. If you want, you could clean up dockerfile things a bit to slim down the image, but perhaps that isn't a priority right now. I'm not sure off hand why the second slave isn't coming online. Is this working locally ? |
Member
Author
|
@quasiben - thanks for taking a look. Running locally also doesn't seem to work: ./start-sge.sh
Starting sge_master ... done
Recreating slave_two ...
Recreating slave_two ... done
Error response from daemon: Container 0daa6a7bfdbffed3bcdf72ba487ec2a75b7ae1809d70c844a75e8335b32d5aa6 is not running
Waiting for SGE slots to become available
Error response from daemon: Container 0daa6a7bfdbffed3bcdf72ba487ec2a75b7ae1809d70c844a75e8335b32d5aa6 is not running
Waiting for SGE slots to become available
Error response from daemon: Container 0daa6a7bfdbffed3bcdf72ba487ec2a75b7ae1809d70c844a75e8335b32d5aa6 is not running
Waiting for SGE slots to become available
Error response from daemon: Container 0daa6a7bfdbffed3bcdf72ba487ec2a75b7ae1809d70c844a75e8335b32d5aa6 is not running
Waiting for SGE slots to become available
Error response from daemon: Container 0daa6a7bfdbffed3bcdf72ba487ec2a75b7ae1809d70c844a75e8335b32d5aa6 is not running
....I'll keep playing around but if you have any ideas, feel free to share. |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #8
This only sets up the SGE sceduler. I've mostly just copied the configuration from dask-drmaa.