CI: Increase travis timeout to 30 minutes (2).#22636
Conversation
|
This is a second attempt to extend the travis timeout time. |
6235b6f to
8574162
Compare
This is an attempted fix for the Python 3.8 aarch64 builds that are timing out when merged to master.
8574162 to
743b1f9
Compare
|
Self merging again. |
|
That didn't work either, but at least it didn't screw things up :) |
:), thanks for looking into this, Travis was sending a bit many failure mails lately. |
|
It's fairly straightforward to use cirrus-ci for CI for all those targets. The config files are a little different to other CI, in that the |
|
(I don't think it'll cover s390, ppc64le, etc without cross-compiling or qemu) |
|
I agree Cirrus CI has been very nice.
If we want to keep those, then I don't think there's a need to move right now - we're basically stuck with TravisCI. |
Moving to cirrus looks like the way to go. |
|
Note that I am going to remove Python 3.8 from NumPy 1.25, so this won't matter anymore after 1.24 is branched. But I suspect that what happened is that we were on the edge for all the test runs, and some small change pushed us over. If we cannot build 3.8 wheels for aarch64, that is how it is :) I'd still like to move to cirrus. |
This is an attempted fix for the Python 3.8 aarch64 builds that are timing out when merged to master.