Re: travis-ci changes

2017-10-25 Thread Paul King
I tried numerous settings without luck on the travis container infrastructure which has a 4G memory limit. So I switched to the fully-virtualized infra instead (sudo: required) which has 7.5G mem allocated and we have no problems. We'll have to stick to that for now. Cheers, Paul. On Tue, O

Re: travis-ci changes

2017-10-24 Thread Paul King
8:02:10 AM GMT+02:00, Jochen Theodorou < > blackd...@gmx.org> wrote: >> >> On 23.10.2017 14:14, Paul King wrote: >> [...] >> >>> They all run fine for me locally but currently the oraclejdk9 builds are >>> bombing out on the CI server during the

Re: travis-ci changes

2017-10-24 Thread Remi Forax
14, Paul King wrote: >[...] >> They all run fine for me locally but currently the oraclejdk9 builds >are >> bombing out on the CI server during the generateGrammarSource task >(the >> Antlr plugin): >> >> https://travis-ci.org/apache/groovy/builds/2

Re: travis-ci changes

2017-10-23 Thread Jochen Theodorou
On 23.10.2017 14:14, Paul King wrote: [...] They all run fine for me locally but currently the oraclejdk9 builds are bombing out on the CI server during the generateGrammarSource task (the Antlr plugin): https://travis-ci.org/apache/groovy/builds/291471224 what I see there is: Caused by

travis-ci changes

2017-10-23 Thread Paul King
Hi folks, I gave some TLC to our builds - in particular travis-ci over the past few days. Current status is that the following environments are now covered on travis-ci: 2_4_X: openjdk6 openjdk7 oraclejdk8 2_5_X: openjdk7 oraclejdk8 2_6_X: openjdk7 oraclejdk8 oraclejdk9 master: oraclejdk8

Re: Travis

2016-06-30 Thread Jochen Theodorou
On 30.06.2016 22:18, Pascal Schumacher wrote: Hi Jochen, as far as I know it's not possible. The only way to rerun a build on travis is to push to the pull request (easiest way: "commit --amend", "push -f"). Is that because of the Groovy organization or because it i

Re: Travis

2016-06-30 Thread Pascal Schumacher
Hi Jochen, as far as I know it's not possible. The only way to rerun a build on travis is to push to the pull request (easiest way: "commit --amend", "push -f"). Cheers, Pascal Am 30.06.2016 um 22:15 schrieb Jochen Theodorou: Hi all, I just tried to rerun a buil

Travis

2016-06-30 Thread Jochen Theodorou
Hi all, I just tried to rerun a build on travis (the instance reporting to our github issues), but it seems I do not have the rights to do that. What do I have to do to be able to do that? bye Jochen