JuliaCI / julia-buildkite

Buildkite configuration files for Base Julia CI
8 stars 15 forks source link

Bump linux timeouts #397

Closed Keno closed 1 month ago

Keno commented 1 month ago

We're seeing some intermittent timeouts on linux master CI. However, successful runs are pretty close to the limit (our tests have started to grow over time), so try bumping the timeout. Of course it's possible we do actually have some sort of hang.

DilumAluthge commented 1 month ago

It's been a bit since I looked at these files. @staticfloat Are these the right places to increase the timeouts? Do we also need to update any other locations?

staticfloat commented 1 month ago

Yes, that will update the normal Linux builder without changing any of the others in that arch file.

DilumAluthge commented 1 month ago

@staticfloat

ERROR: LoadError: IOError: realpath("/cache/sandbox_persistence"): no such file or directory (ENOENT)

Keno commented 1 month ago

That was a transient issue with the demeter6 workers. I believe @fredrikekre fixed those.

DilumAluthge commented 1 month ago

Cool - I've triggered retries of the failed jobs, so hopefully they'll pass now.