Re: [hibernate-dev] ORM CI jobs - erroneous github triggers

2018-02-13 Thread Davide D'Alto
I can have a look at this issue. If you have any suggestions, let me know. Thanks On Tue, Feb 13, 2018 at 2:22 PM, Sanne Grinovero wrote: > Unfortunately we have to reopen this thread. The issue is affecting us > again (since some weeks I think) and in larger scale,

Re: [hibernate-dev] ORM CI jobs - erroneous github triggers

2018-02-13 Thread Sanne Grinovero
Unfortunately we have to reopen this thread. The issue is affecting us again (since some weeks I think) and in larger scale, affecting all builds. I guess it means the previous workaround is no longer effective after some of the recent Jenkins / plugins updates. On IRC we where wondering if we

Re: [hibernate-dev] ORM CI jobs - erroneous github triggers

2018-01-04 Thread Steve Ebersole
Lol. No idea why these are even built period. Thanks Sanne On Thu, Jan 4, 2018 at 6:13 AM Sanne Grinovero wrote: > Also these jobs were configured to build automatically every 5 hours: > - hibernate-orm-4.2-h2 > - hibernate-orm-4.3-h2 > > I removed the schedule, they

Re: [hibernate-dev] ORM CI jobs - erroneous github triggers

2018-01-04 Thread Sanne Grinovero
Also these jobs were configured to build automatically every 5 hours: - hibernate-orm-4.2-h2 - hibernate-orm-4.3-h2 I removed the schedule, they will be built when (and only when) anything is committed to their respective branches. On 3 January 2018 at 19:15, Steve Ebersole

Re: [hibernate-dev] ORM CI jobs - erroneous github triggers

2018-01-03 Thread Steve Ebersole
Nice! Glad you found something. Thanks for making the changes. On Wed, Jan 3, 2018 at 12:16 PM Sanne Grinovero wrote: > I've made the change on: >- hibernate-orm-5.0-h2 >- hibernate-orm-5.1-h2 >- hibernate-orm-master-h2-main > > Let's see if it helps, then

Re: [hibernate-dev] ORM CI jobs - erroneous github triggers

2018-01-03 Thread Sanne Grinovero
I've made the change on: - hibernate-orm-5.0-h2 - hibernate-orm-5.1-h2 - hibernate-orm-master-h2-main Let's see if it helps, then we can figure out a way to check all jobs are using this workaround. On 3 January 2018 at 18:12, Sanne Grinovero wrote: > Hi Steve, >

Re: [hibernate-dev] ORM CI jobs - erroneous github triggers

2018-01-03 Thread Sanne Grinovero
Hi Steve, this rings a bell, we had this bug in the past and apparently it's regressed again :( The latest Jenkins bug seems to be: - https://issues.jenkins-ci.org/browse/JENKINS-42161 I'll try the suggested workarount, aka to enable SCM poll without any frequency. Thanks, Sanne On 3

Re: [hibernate-dev] ORM CI jobs - erroneous github triggers

2018-01-03 Thread Steve Ebersole
So I just pushed to the ORM master branch, which has caused the following jobs to be queued up: - hibernate-orm-5.0-h2 - hibernate-orm-5.1-h2 - hibernate-orm-master-h2-main Only one of those jobs is configured to "watch" master. So why do these other jobs keep getting triggered? I