You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (JIRA)" <ji...@apache.org> on 2019/06/21 09:28:00 UTC

[jira] [Updated] (ARROW-5664) [Crossbow] Execute nightly crossbow tests on CircleCI instead of Travis

     [ https://issues.apache.org/jira/browse/ARROW-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs updated ARROW-5664:
-----------------------------------
    Summary: [Crossbow] Execute nightly crossbow tests on CircleCI instead of Travis  (was: Execute nightly crossbow tests on CircleCI instead of Travis)

> [Crossbow] Execute nightly crossbow tests on CircleCI instead of Travis
> -----------------------------------------------------------------------
>
>                 Key: ARROW-5664
>                 URL: https://issues.apache.org/jira/browse/ARROW-5664
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Packaging
>            Reporter: Krisztian Szucs
>            Assignee: Krisztian Szucs
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The spark integration test has hit the 50mins maximum build time on travis, whereas Circle can run jobs up to 5 hours. All of the nightly tests are run within docker containers so porting travis template to a circleci equivalent template should not be too hard. In order to properly report badges via @ursabot crossbow command, we also need to store which CI service executes a task. So the following changes are required:
> - Port https://github.com/apache/arrow/blob/master/dev/tasks/docker-tests/travis.linux.yml to a CircleCI equivalent
> - Store which CI is responsible for running a particular task https://github.com/apache/arrow/blob/master/dev/tasks/crossbow.py#L468
> - Update ursabot to generate badges based on the property added in the previous step



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