You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/10 11:26:03 UTC

[GitHub] [arrow] kou opened a new pull request #8424: ARROW-10265: [CI] Use smaller build when cache doesn't exist on Travis CI

kou opened a new pull request #8424:
URL: https://github.com/apache/arrow/pull/8424


   Because Travis CI has "No output has been received in the last 10m0s"
   limitation. If we build many modules, we will reach the limitation.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #8424: ARROW-10265: [CI] Use smaller build when cache doesn't exist on Travis CI

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #8424:
URL: https://github.com/apache/arrow/pull/8424#issuecomment-706568236


   @kou can we use `travis_wait` to get around this? https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on pull request #8424: ARROW-10265: [CI] Use smaller build when cache doesn't exist on Travis CI

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #8424:
URL: https://github.com/apache/arrow/pull/8424#issuecomment-706534214


   Tricky!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou closed pull request #8424: ARROW-10265: [CI] Use smaller build when cache doesn't exist on Travis CI

Posted by GitBox <gi...@apache.org>.
kou closed pull request #8424:
URL: https://github.com/apache/arrow/pull/8424


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on pull request #8424: ARROW-10265: [CI] Use smaller build when cache doesn't exist on Travis CI

Posted by GitBox <gi...@apache.org>.
kou commented on pull request #8424:
URL: https://github.com/apache/arrow/pull/8424#issuecomment-706534479


   I hope that this fixes "C++ on ARM" failure only on master.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on pull request #8424: ARROW-10265: [CI] Use smaller build when cache doesn't exist on Travis CI

Posted by GitBox <gi...@apache.org>.
kou commented on pull request #8424:
URL: https://github.com/apache/arrow/pull/8424#issuecomment-706539725


   +1
   
   I want to try this on master.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #8424: ARROW-10265: [CI] Use smaller build when cache doesn't exist on Travis CI

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8424:
URL: https://github.com/apache/arrow/pull/8424#issuecomment-706534368


   https://issues.apache.org/jira/browse/ARROW-10265


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on pull request #8424: ARROW-10265: [CI] Use smaller build when cache doesn't exist on Travis CI

Posted by GitBox <gi...@apache.org>.
kou commented on pull request #8424:
URL: https://github.com/apache/arrow/pull/8424#issuecomment-706629464


   Thanks for the suggestion.
   In my experience, `travis_wait` may introduce other problem. I don't remember but the output may be lost on timeout.
   Anyway, it's worth a try. Because this approach works https://travis-ci.org/github/apache/arrow/builds but is tricky.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org