-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update-engine] move terminal ExecutionStatus into its own type (#4364)
I found myself repeating the completed/failed/aborted branches very often, and making this its own type simplifies that quite nicely. Also track the total elapsed time, and show it in the wicket UI. Note the "after 2.93ms" in this screenshot: ![image](https://github.com/oxidecomputer/omicron/assets/180618/dd202abc-41f9-4722-a4ac-1ac99e0f9c8a) Depends on #4361.
- Loading branch information
1 parent
6017d62
commit c1a7d09
Showing
2 changed files
with
166 additions
and
80 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
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