-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: parse Talos events into Machine conditions
Talos sends events in a very strange way: * START/STOP event are sent always, and never carry information about failed task/phases/sequences * NOOP event for sequences carries information about sequence errors Previous implementation had 50% of the dead code, as due to a bug Talos never sent phase STOP events, and STOP events never carry errors. Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
1 changed file
with
36 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters