Commit dbf6ac3
committed
Fail toolstate like before on the PR builder
The previous commit changed toolstate to never fail the build (excluding
beta week and beta/stable branches). This amends that logic to also fail
the PR builder "as if" we were on beta, since a PR author changing a
submodule likely does want some indication of failure rather than silent
acceptance. Ideally, there'd be some way to provide a "warning" but I
don't believe that's possible with current set of checks.1 parent 6096f82 commit dbf6ac3
File tree
2 files changed
+6
-0
lines changed- src/ci
- azure-pipelines
- docker/x86_64-gnu-tools
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
0 commit comments