Return-To-The-Roots / s25client

Return To The Roots (Settlers II(R) Clone)
http://www.rttr.info
GNU General Public License v2.0
470 stars 75 forks source link

Jenkins CI: Increase timeout for Apple build #1607

Closed Flamefire closed 1 year ago

Flamefire commented 1 year ago

2hrs doesn't seem to be enough on OSX.

Flow86 commented 1 year ago

the 120 should be enough - the problem is that since an update sometimes the jenkins agent containers do not spin up correctly and time out

Flamefire commented 1 year ago

What do you mean by "do not spin up correctly"? I checked one such timed-out job and have seen that it started building most of the stuff on OSX but at some point stopped (killed by the timeout)

Flow86 commented 1 year ago

ah okay then it was one of those where the docker container got stopped in the background and did not notice that he lost its container and timed out

Flamefire commented 1 year ago

Not sure I understood that. So the timeout doesn't need to be raised? If so please close this PR.

And the required macos GHA check still needs updating

Flow86 commented 1 year ago

the server gets overloaded by too many jobs in parallel (oom), and then jenkins timeouts.

I tried to adapt the limits now better, hopefully it works now