On Thu, Feb 27, 2020 at 12:26 PM Daniel Shahaf <d...@daniel.shahaf.name> wrote: > > > Build Reason: The Nightly scheduler named > > > 'subversion-1.13.x-backport-conflicts' triggered this build > > > Build Source Stamp: [branch subversion/branches/1.13.x] HEAD > > > Blamelist: > > > > > > BUILD FAILED: failed Conflicts > > > > Another timeout. > > If Infra can't fix the root cause, we might be able to work around this > by changing the build configuration. Currently it runs hourly; we could > change it to run only after commits to the relevant branches. > > I assume we had a good reason for coding that job to run hourly, back > when we first added it, but we can revisit that decision.
This wouldn't fix the timeout problem, but it may save on resources to run a test hourly only if a commit has been made since the last test run. This way, tests will run soon after commits. The potential downside is that any breakage of the test host might not be detected for a long time. So, maybe we'd want, at minimum, 1 test run every 24 hours, whether commits were made or not? Regarding the timeout issue, I'll ask Infra (very nicely) to look at it... Nathan