Travis SGE configuration update - #368
Merged
Merged
Conversation
jakirkham
force-pushed
the
travis_sge_conf_update
branch
2 times, most recently
from
February 26, 2016 15:55
9a39078 to
6737168
Compare
This borrows heavily from various changes made to get SGE working in a docker container (also running Ubuntu). Additionally, as `sudo` is not needed in docker, this script has been modified to include `sudo` calls as needed.
jakirkham
force-pushed
the
travis_sge_conf_update
branch
from
February 26, 2016 16:27
6737168 to
7b84aca
Compare
Member
Author
|
Looks good. The planned CI changes work with this as well. Merging... |
jakirkham
added a commit
that referenced
this pull request
Feb 26, 2016
Travis SGE configuration update
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.
This borrows heavily from various changes made to get SGE working in a docker container (also running Ubuntu). Additionally, as
sudois not needed in docker, this script has been modified to includesudocalls as needed. This should make proposals like this one ( #367 ) work nicely. It will also terminate builds early if SGE is not working.