Commit ecb34b0
committed
refactor(Sky): Enable skipHealthCheck in Bootstrap for minimal layer
Change skipHealthCheck from false to true when calling runBootstrap(). The minimal layer (TelemetryLive only) doesn't provide HealthTag, EnvironmentTag, etc., so skipping the health check avoids unnecessary failures.
Individual stages catch their own errors gracefully, making the global health check redundant for this configuration.1 parent 1d1586b commit ecb34b0
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments