[GitHub] incubator-griffin issue #429: Fix timeout failure in travis CI.

2018-10-01 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/429 @guoyuepeng @chemikadze I agree to keeping -q parameter, as travis only permit 4M log file size. please see latest update, decrease git pull/clone log output, I think

[GitHub] incubator-griffin issue #429: Fix timeout failure in travis CI.

2018-10-01 Thread chemikadze
Github user chemikadze commented on the issue: https://github.com/apache/incubator-griffin/pull/429 Just removing -q can produce a lot of output. I did few experiments yesterday: - without -q: https://travis-ci.org/apache/incubator-griffin/builds/435410581 - without

[GitHub] incubator-griffin issue #429: Fix timeout failure in travis CI.

2018-10-01 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/429 so that means we don't need to wait 30 minutes? @toyboxman @chemikadze ---

[GitHub] incubator-griffin pull request #428: Increase build silence timeout

2018-10-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-griffin/pull/428 ---

[GitHub] incubator-griffin issue #426: Fix code bug.

2018-10-01 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/426 ok ---

[GitHub] incubator-griffin issue #428: Increase build silence timeout

2018-10-01 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/428 @guoyuepeng @chemikadze travis offers cache feature which prevents from downloading maven dependencies every time. I made pr429 to solve this issue.

[GitHub] incubator-griffin pull request #429: Fix timeout failure in travis CI.

2018-10-01 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/429 Fix timeout failure in travis CI. Build times out because no output was received. 'travis_wait mvn clean verify -q' will spawn a process to deal with mvn task -q,--quiet