Re: TC hell

2015-08-27 Thread Raul Kripalani
On Thu, Aug 27, 2015 at 2:24 PM, Sergi Vladykin sergi.vlady...@gmail.com
wrote:

 I think we have to switch to manual TC runs, this will solve the problem.
 Guest account should not be able to run anything in my view anyways,
 it must be allowed only for registered contributors.


Just to be clear, I said committer in my email meaning ASF committers,
not any Github contributor.

BTW - I found the plugin I was on about: https://github.com/janinko/ghprb.
However, it's for Jenkins.

I've seen it in action and it's pretty cool.

Raúl.


Re: TC hell

2015-08-27 Thread Denis Magda

Definitely we have to change something here.

I would use a manual triggering  granting access through a special 
account available only to contributors and commiters.


--
Denis

On 8/27/2015 9:51 AM, Valentin Kulichenko wrote:

Igniters,

We currently have 200 builds in TC queue and it will take around 15 hours
to run everything. This is becoming unusable.

It seems to me that it got worse after we switched to pull requests,
because builds are triggered each time someone pushes to the branch that is
tied up with existing PR. I'm sure that not all of these builds are really
needed, so I suggest to disable automatic trigger and always start builds
manually (we already have 'Run All' configuration in case you need all
suites).

The only issue - right now manual run is not possible under Guest account.
So we will have to either change Guest permissions or add special account
for this.

Thoughts?

-Val