feat: record job needs

This commit is contained in:
Jason Song
2022-11-04 11:40:39 +08:00
parent 234cdc67e1
commit cf40dca0c4
7 changed files with 17 additions and 14 deletions

View File

@ -15,6 +15,7 @@ const (
StatusSkipped // 4, consistent with runnerv1.Result_RESULT_SKIPPED
StatusWaiting // 5
StatusRunning // 6
StatusBlocked // 7
)
// String returns the string name of the Status