You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2013/11/06 05:42:19 UTC

[jira] [Assigned] (INFRA-6962) Buildbot for Sling

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

Gavin reassigned INFRA-6962:
----------------------------

    Assignee: Gavin

> Buildbot for Sling
> ------------------
>
>                 Key: INFRA-6962
>                 URL: https://issues.apache.org/jira/browse/INFRA-6962
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Buildbot
>            Reporter: Bertrand Delacretaz
>            Assignee: Gavin
>
> We'd like to setup a first buildbot build for Sling, and probably expand it to more platforms and java versions later on. Let me know if you prefer to setup all options right away, but IIUC we can tweak the settings ourselves once the basics are in place.
> So for now that would be two jobs, on a linux platform, with Java 6 and Maven 3.0.3 or later.
> Notifications of build status to dev@sling.apache.org
> 1) Full build
> Triggered by commits to the svn URL, maybe at most every N hours.
> svn co https://svn.apache.org/repos/asf/sling/trunk
> cd trunk
> export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=256m"
> mvn clean install
> 2) Oak integration tests
> Ideally depends on the previous build, so executed right after it every time.
> svn co https://svn.apache.org/repos/asf/sling/trunk/launchpad/testing
> cd testing
> export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=256m"
> mvn clean install -Dsling.run.modes=oak



--
This message was sent by Atlassian JIRA
(v6.1#6144)