Commit 8f1142c
authored
Build: don't reset
At different points during the build process (including before finishing
it), we update the `Build` object via the API with new values (e.g.
state, length, etc) re-using the `APIBuild` object we fetched via the
API before starting the build.
Since that object contains `APIBuild.healthcheck` _we are resetting_ the
healthcheck before finishing the build.
This commit removes the `healthcheck` field from the `APIBuild`
returned, so it's not updated by the build while it's being executed.healthcheck when updating builds (#12493)1 parent 9172d56 commit 8f1142c
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
284 | 287 | | |
285 | 288 | | |
286 | 289 | | |
| |||
0 commit comments