GoogleContainerTools/skaffold
Use enum instead of string for "InProgress" , "Succeeded", "Started", "Failed"
Aberta
#2.967 aberto em 1 de out. de 2019
area/eventingbugbash/q4-2022help wantedkind/todopriority/p3
Métricas do repositório
- Stars
- (12.822 estrelas)
- Métricas de merge de PR
- (Mesclagem média 3d 6h) (16 fundiu PRs em 30d)
Description
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".