![Jacob Anders](/assets/img/avatar_default.png)
Currently, service steps may fail to start in scenarios dependent on IPA fasttrack. This change attempts to resolve this by incorporating servicing states in the fast track allowed states whitelist while also making _FASTTRACK_HEARTBEAT_ALLOWED a superset of _HEARTBEAT_ALLOWED instead of duplicating values in the two constants. Change-Id: I47984469c1432e7fc7b4f1494b9f6c551c34672f (cherry picked from commit 619e1ac80ccc6f20e32a2a80d31637dd45d6d45b)
7 lines
193 B
YAML
7 lines
193 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the issue of service steps not starting due to servicing states
|
|
(states.SERVICING and states.SERVICEWAIT) missing from
|
|
_FASTTRACK_HEARTBEAT_ALLOWED constant.
|