GoogleContainerTools/skaffold
Use enum instead of string for "InProgress" , "Succeeded", "Started", "Failed"
オープン
#2,967 opened on 2019/10/01
area/eventingbugbash/q4-2022help wantedkind/todopriority/p3
Repository metrics
- Stars
- (12,822 個のスター)
- PR merge metrics
- (平均マージ 3d 6h) (30d で 16 merged PRs)
説明
Expected behavior
Currently we have "Build Complete", "Deploy Complete" as status messages when a build or deploy successfully complete.
While "Deploy Failed" and "Build Failed" when build or deploy failed.
After discussion with IDE teams, they mentioned we could change it to "Succeeded" instead of "Complete" to be in sync with "Failed".