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"`
|
Name string `json:"name,omitempty"`
|
||||||
|
|
||||||
// Group is the run group of the run. Every run is assigned to a specific group
|
// Group is the run group of the run. Every run is assigned to a specific group
|
||||||
// i.e. project/$projectid/$branch
|
// The format is /$grouptypes/groupname(/$grouptype/groupname ...)
|
||||||
// i.e. user/$projectid/$branch (for a user run)
|
// i.e. /project/$projectid/branch/$branchname
|
||||||
// this is the format that will be used to archive the runs in the lts. It's
|
// /project/$projectid/pr/$prid
|
||||||
// also needed to fetch them when they aren't indexed in the readdb.
|
|
||||||
Group string `json:"group,omitempty"`
|
Group string `json:"group,omitempty"`
|
||||||
|
|
||||||
// A list of setup errors when the run is in phase setuperror
|
// A list of setup errors when the run is in phase setuperror
|
||||||
|
|
Loading…
Reference in New Issue