eclipse-mylyn / org.eclipse.mylyn

Eclipse Public License 2.0
13 stars 9 forks source link

Mylyn build failures with timeout #544

Closed ruspl-afed closed 1 month ago

ruspl-afed commented 1 month ago

We have repeatable timeout failures first appeared from https://ci.eclipse.org/mylyn/job/GitHub-mylyn-Orga/job/org.eclipse.mylyn/job/main/311/ Perhaps it is related with switch to Tycho 4.0.8, but I cannot state it.

These failures puts our final contribution to SimRel 2024-06 at risk

merks commented 1 month ago

Yes, I think the timeout is too small, and maybe 60 might not be big enough even

https://github.com/eclipse-mylyn/org.eclipse.mylyn/blob/abbf93fdf64ce78f9fb04252bce951618f170bad/Jenkinsfile#L15

Part of the reason for the performance degradation is that signing takes much longer:

https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4680

But in general I've seen that often take 2-3 times longer than they did two weeks ago; see some of the screen captures in that issue...

BeckerFrank commented 1 month ago

I add another 10 minutes to the timeout option, so now we have 60 minutes. The strange thing is that I have never seen the timeout in pull requests.

merks commented 1 month ago

PR builds don't do signing. :stuck_out_tongue_winking_eye:

merks commented 1 month ago

At 56min 12s it's still close to the 60min threshold where a slow instance can still timeout, and that's after waiting a whole hour already...

BeckerFrank commented 1 month ago

new limit set with https://github.com/eclipse-mylyn/org.eclipse.mylyn/pull/547

ruspl-afed commented 1 month ago

Build statistics looks much better now, thanks @BeckerFrank and @merks