You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/06/08 18:12:00 UTC

[jira] [Commented] (ARROW-2671) [Python] Run ASV suite in nightly build, only run in Travis CI on demand

    [ https://issues.apache.org/jira/browse/ARROW-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16506349#comment-16506349 ] 

Uwe L. Korn commented on ARROW-2671:
------------------------------------

This is working already without the packaging bot. I will add Slack notifications in ARROW-2682 to get notified about broken nightlies and I just have set up a daily builds for the Arrow Travis job. We need to check for {{TRAVIS_EVENT_TYPE == 'cron'}} in the build then for tasks that should only run as part of the nightly.

> [Python] Run ASV suite in nightly build, only run in Travis CI on demand
> ------------------------------------------------------------------------
>
>                 Key: ARROW-2671
>                 URL: https://issues.apache.org/jira/browse/ARROW-2671
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Wes McKinney
>            Priority: Major
>
> Lately the main Travis CI build is running nearly 40 minutes long, e.g. here is the latest commit on master
> https://travis-ci.org/apache/arrow/builds/387326546
> A fair chunk of the long runtime is spent running the Python benchmarks at the end of the test suite. We should absolutely keep these running smoothly. However:
> * It may be just as valuable to run them on master nightly, and report in if they are broken
> * We could add a check to look at the commit message and run them in Travis CI if requested
> If others agree, I suggest that as soon as the packaging bot / nightly build tool is working properly, that we make these changes in the interest of improving CI build times



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)