summaryrefslogtreecommitdiff
path: root/bors.toml
blob: e36dabda971eee8ca79010390ff9097c57a27ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Gate on Travis CI and Buildbot
status = [
  "FreeBSD amd64 & i686",
  "OSX x86_64",
  "OSX i686",
  "iOS",
  "Linux aarch64",
  "Linux arm gnueabi",
  "Linux armv7 gnueabihf",
  "Linux i686",
  "Linux i686 musl",
  "Linux MIPS",
  "Linux MIPS64",
  "Linux MIPS64 el",
  "Linux mipsel",
  "Linux powerpc64le",
  "Rust Stable",
  "Linux x86_64",
  "Linux x86_64 musl",
  "Android aarch64",
  "Android arm",
  "Android armv7",
  "Android i686",
  "Android x86_64",
  "Linux arm-musleabi",
  "Linux powerpc",
  "Linux s390x",
  "Linux s390x",
  "NetBSD x86_64",
  "Redox x86_64",
  "Minver",
]

# Set bors's timeout to 1 hour
#
# bors's timeout should always be at least twice as long as the test suite
# takes.  This is to allow Travis to fast-fail a test; if one of the builders
# immediately reports a failure, then bors will move on to the next batch,
# leaving the slower builders to work through the already-doomed run and the
# next one.
#
# At the time this was written, nix's test suite took about twenty minutes to
# run.  The timeout was raised to one hour to give nix room to grow and time
# for delays on Cirrus's end.
timeout_sec = 3600