You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ian Boston (JIRA)" <ji...@apache.org> on 2016/07/27 10:26:20 UTC

[jira] [Resolved] (SLING-5908) Fix travis build for Git pull requests and Git trunk

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

Ian Boston resolved SLING-5908.
-------------------------------
    Resolution: Fixed

> Fix travis build for Git pull requests and Git trunk
> ----------------------------------------------------
>
>                 Key: SLING-5908
>                 URL: https://issues.apache.org/jira/browse/SLING-5908
>             Project: Sling
>          Issue Type: Bug
>            Reporter: Ian Boston
>
> The travis build has been broken for some time.
> Fixing it requires that
> * maven is upgraded to 3.3.9 using a maven wrapper
> * The heap is upped to 800MB as it fails with 512MB on JDK8
> * Switch to OracleJDK8, OracleJDK7 due to metrics classes and OpenJDK7 so test building is done on something other than Oracle.
> * Filter the output so that it is reliably < 4MB in size.
> * Filter the output in a way that ensures Travis doesn't kill the job. -q results in no output for > 10minutes killing the job.
> * Provide feedback (last 500 lines of build)
> * Temporarily disable all tests until they can be made more reliable with fewer false negatives.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)