You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@groovy.apache.org by Pascal Schumacher <pa...@gmx.net> on 2016/02/23 18:26:25 UTC

Automated Testing of Pull Request

Hello everybody,

the testing of pull request on 
https://builds.apache.org/view/Groovy/job/Groovy%20Github%20PRs/ often 
failed with errors unrelated to the pull request.

This was confusing our contributors, e.g.:

https://github.com/apache/groovy/pull/256
https://github.com/apache/groovy/pull/260

Some time ago I created an infra-issue for this: 
https://issues.apache.org/jira/browse/INFRA-11238 but it remains unsolved.

Therefore I deactivated the job on builds.apache.org and set up testing 
of on travis-ci: https://travis-ci.org/apache/groovy/pull_requests

At the moment this job seems to be more stable.

Cheers,
Pascal