1status = [ 2 "Android aarch64", 3 "Android arm", 4 "Android armv7", 5 "Android i686", 6 "Android x86_64", 7 "DragonFly BSD x86_64", 8 "FreeBSD 12 amd64 & i686", 9 "FreeBSD 14 amd64 & i686", 10 "Fuchsia x86_64", 11 "Linux MIPS", 12 "Linux MIPS64 el", 13 "Linux MIPS64", 14 "Linux aarch64", 15 "Linux arm gnueabi", 16 "Linux arm-musleabi", 17 "Linux armv7 gnueabihf", 18 "Linux armv7 uclibceabihf", 19 "Linux i686 musl", 20 "Linux i686", 21 "Linux mipsel", 22 "Linux powerpc", 23 "Linux powerpc64", 24 "Linux powerpc64le", 25 "Linux s390x", 26 "Linux x32", 27 "Linux x86_64 musl", 28 "Linux x86_64", 29 "macOS aarch64", 30 "macOS x86_64", 31 "Minver", 32 "NetBSD x86_64", 33 "OpenBSD x86_64", 34 "Redox x86_64", 35 "Rust Stable", 36 "Rust Formatter", 37 "iOS aarch64", 38 "iOS x86_64", 39 "Illumos", 40 "Haiku x86_64", 41] 42 43# Set bors's timeout to 1 hour 44# 45# bors's timeout should always be at least twice as long as the test suite 46# takes. This is to allow the CI provider to fast-fail a test; if one of the 47# builders immediately reports a failure, then bors will move on to the next 48# batch, leaving the slower builders to work through the already-doomed run and 49# the next one. 50# 51# At the time this was written, nix's test suite took about twenty minutes to 52# run. The timeout was raised to one hour to give nix room to grow and time 53# for delays on Cirrus's end. 54timeout_sec = 3600 55