Commit 4244bf2
committed
Sequestrate docker ARM builds and fail early
Once in a while when centos 8 builder lands on the ARM64 host
ubuntu-nc-arm64-12 the build fails. That's because of Spidermonkey. Version 60
on CentOS 8 doesn't build on ARM64. To help with that sequestrate it such that
we only explicitly run Debian builds on that host and no other flavor. It's sad
to lose a host like that but it's preferable to having to mash reply probably.
To help a bit with available worker switch to fail early mode. This way on
first failure the build will stop so it will free up workes quickly.1 parent 34ac008 commit 4244bf2
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
144 | 163 | | |
145 | 164 | | |
146 | 165 | | |
| |||
628 | 647 | | |
629 | 648 | | |
630 | 649 | | |
631 | | - | |
| 650 | + | |
632 | 651 | | |
633 | 652 | | |
634 | 653 | | |
| |||
0 commit comments