feat: assign task to runner

This commit is contained in:
Jason Song
2022-10-10 15:35:26 +08:00
parent 3daaf92c64
commit 530faf7227
7 changed files with 185 additions and 61 deletions

View File

@@ -15,7 +15,10 @@ type RunJob struct {
ID int64
RunID int64
Name string
Ready bool // ready to be executed
Attempt int64
WorkflowPayload []byte
JobID string // job id in workflow, not job's id
Needs []int64 `xorm:"JSON TEXT"`
RunsOn []string `xorm:"JSON TEXT"`
TaskID int64 // the latest task of the job