runservice: update runconfig group comment
This commit is contained in:
parent
0c94386149
commit
59e4a1f0ba
|
@ -283,10 +283,9 @@ type RunConfig struct {
|
|||
Name string `json:"name,omitempty"`
|
||||
|
||||
// Group is the run group of the run. Every run is assigned to a specific group
|
||||
// i.e. project/$projectid/$branch
|
||||
// i.e. user/$projectid/$branch (for a user run)
|
||||
// this is the format that will be used to archive the runs in the lts. It's
|
||||
// also needed to fetch them when they aren't indexed in the readdb.
|
||||
// The format is /$grouptypes/groupname(/$grouptype/groupname ...)
|
||||
// i.e. /project/$projectid/branch/$branchname
|
||||
// /project/$projectid/pr/$prid
|
||||
Group string `json:"group,omitempty"`
|
||||
|
||||
// A list of setup errors when the run is in phase setuperror
|
||||
|
|
Loading…
Reference in New Issue