[
https://issues.apache.org/jira/browse/FLINK-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15362211#comment-15362211
]
Robert Metzger commented on FLINK-4151:
---------------------------------------
I attached a screenshot of the Top 20 most time consuming tests in Flink.
I don't think its a good long term solution to start thinking about making the
tests faster. Even if we manage to speed up the tests by 10 minutes, we'll have
the same problem again in a few weeks.
I tried splitting our tests into two groups: All tests starting with the
letters A-M are in one group, tests from N-Z are in the second group. This
means that we have 10 tests on travis (with 5 tests running concurrently). The
total time for the tests to finish is ~2.5 hours right now, however, you'll get
an indication if everything builds within an hour.
This is how the build matrix will look like:
https://travis-ci.org/rmetzger/flink/builds/142378660
> Address Travis CI build time: We are exceeding the 2 hours limit
> ----------------------------------------------------------------
>
> Key: FLINK-4151
> URL: https://issues.apache.org/jira/browse/FLINK-4151
> Project: Flink
> Issue Type: Task
> Components: Build System
> Reporter: Robert Metzger
> Assignee: Robert Metzger
> Attachments: Pasted image at 2016_07_04 16_31.png
>
>
> We've recently started hitting the two hours limit for Travis CI.
> I'll look into some approaches to get our build stable again.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)