[GitHub] storm pull request: STORM-1340: Use Travis-CI build matrix to impr...

2015-11-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/902 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] storm pull request: STORM-1340: Use Travis-CI build matrix to impr...

2015-11-24 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/902#issuecomment-159314711 @HeartSaVioR Would you like to look at this? It's similar to the PR I put up before. --- If your project is set up for it, you can reply to this email and have

[GitHub] storm pull request: STORM-1340: Use Travis-CI build matrix to impr...

2015-11-23 Thread d2r
Github user d2r commented on the pull request: https://github.com/apache/storm/pull/902#issuecomment-159093376 Looks good to me +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] storm pull request: STORM-1340: Use Travis-CI build matrix to impr...

2015-11-23 Thread knusbaum
Github user knusbaum commented on the pull request: https://github.com/apache/storm/pull/902#issuecomment-159092312 Failure looks unrelated. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] storm pull request: STORM-1340: Use Travis-CI build matrix to impr...

2015-11-23 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/902#issuecomment-159088673 Looks good to me drops the build time by about 7 mins. I am +1 if you can address @d2r comment and squash yur changes. 11 commits feels like a bit much. --- If your

[GitHub] storm pull request: STORM-1340: Use Travis-CI build matrix to impr...

2015-11-23 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/902 STORM-1340: Use Travis-CI build matrix to improve test execution times This patch modifies the Travis-CI config to run storm-core unit tests in parallel with all the external tests, knocking

[GitHub] storm pull request: STORM-1340: Use Travis-CI build matrix to impr...

2015-11-23 Thread d2r
Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/902#discussion_r45664250 --- Diff: dev-tools/travis/travis-install.sh --- @@ -29,6 +29,7 @@ TRAVIS_SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) cd