You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/04 14:50:00 UTC

[jira] [Commented] (FLINK-9131) Disable spotbugs on travis

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

ASF GitHub Bot commented on FLINK-9131:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/5815

    [FLINK-9131][travis] Disable spotbugs plugin

    ## What is the purpose of the change
    
    This PR disables spotbugs on travis. This will buy us 7-8 minutes in the misc profile that currently times out,

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 9131

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5815.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5815
    
----
commit 521462ad59dcfea7f12d2d3827846028154c8a80
Author: zentol <ch...@...>
Date:   2018-04-04T14:43:14Z

    [FLINK-9131][travis] Disable spotbugs plugin

----


> Disable spotbugs on travis
> --------------------------
>
>                 Key: FLINK-9131
>                 URL: https://issues.apache.org/jira/browse/FLINK-9131
>             Project: Flink
>          Issue Type: Improvement
>          Components: Travis
>    Affects Versions: 1.5.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Critical
>
> The misc profile that also runs spotbugs is consistently timing out on travis at the moment.
> The spotbugs plugin is a major contributor to the compilation time, for example it doubles the compile time for flink-runtime.
> I suggest to temporarily disable spotbugs, and re-enable it at a lter point when we figure out the daily cron jobs.



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