feat(daemon): task grouping
This commit is contained in:
@ -44,13 +44,16 @@ const (
|
||||
)
|
||||
|
||||
type Job struct {
|
||||
ID int64
|
||||
ID int64
|
||||
|
||||
// Job UUID
|
||||
UUID string
|
||||
// Group UUID
|
||||
Group string
|
||||
|
||||
RepoName string
|
||||
Commit string
|
||||
|
||||
Params string
|
||||
Artifact artifact.Artifact
|
||||
Target distro.KernelInfo
|
||||
|
||||
|
Reference in New Issue
Block a user