Commit 735188e
committed
roachtest: do not build arm64 and fips variants when their probabilities are 0
Previously, even when the probabilities for arm64 and fips builds were set to 0,
the nightly roachtest script would still build those variants, which is unnecessary
and wasteful. This change modifies the script to skip building arm64 and fips
variants when their respective probabilities are set to 0.
Epic: none
Release note: none1 parent ae0b3d7 commit 735188e
File tree
1 file changed
+15
-4
lines changed- build/teamcity/cockroach/nightlies
1 file changed
+15
-4
lines changedLines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
31 | 42 | | |
32 | 43 | | |
33 | 44 | | |
| |||
89 | 100 | | |
90 | 101 | | |
91 | 102 | | |
92 | | - | |
93 | | - | |
| 103 | + | |
| 104 | + | |
94 | 105 | | |
95 | 106 | | |
96 | 107 | | |
| |||
0 commit comments