[
https://issues.apache.org/jira/browse/FLINK-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15140926#comment-15140926
]
ASF GitHub Bot commented on FLINK-3383:
---------------------------------------
GitHub user mxm opened a pull request:
https://github.com/apache/flink/pull/1619
[FLINK-3383] remove Maven deployment from Travis CI config
Deployment will be handled by Apache's buildbot instances which trigger
the deployment of snapshot versions every night. This way, we have not
only separated deployment from CI testing, but also improved the
reliability of the test and deployment infrastructure.
I would like to merge this pull request once I've set up the buildbot
infrastructure and verified that it works. I will probably do this next week.
In the meantime, we can discuss any problems and suggestions here.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mxm/flink FLINK-3383
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1619.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 #1619
----
commit 3a503190853106b8ea5eb9ad24037d020af8ba8d
Author: Maximilian Michels <[email protected]>
Date: 2016-02-10T14:31:07Z
[FLINK-3383] remove Maven deployment from Travis CI config
Deployment will be handled by Apache's buildbot instances which trigger
the deployment of snapshot versions every night. This way, we have not
only separated deployment from CI testing, but also improved the
reliability of the test and deployment infrastructure.
commit a770f930dae56b193448f07fe23e9a8166c514f1
Author: Maximilian Michels <[email protected]>
Date: 2016-02-10T14:31:26Z
[FLINK-3383][scripts] remove Travis dependency from Maven deploy script
----
> Separate Maven deployment from CI testing
> -----------------------------------------
>
> Key: FLINK-3383
> URL: https://issues.apache.org/jira/browse/FLINK-3383
> Project: Flink
> Issue Type: Improvement
> Components: Build System, Tests
> Affects Versions: 1.0.0
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Priority: Critical
>
> We currently handle our tests and the deployment of the Maven artifacts via
> Travis CI. Travis has a maximum allowed build time of two hours which we
> reach nearly every time. By that time, the tests have already been run but
> the deployment is still undergoing.
> I propose to remove the Maven deployment from Travis. Instead, we could use
> Apache's Jenkins service or Apache's Buildbot service to trigger a deployment
> once a day.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)