runservice: update runconfig group comment

This commit is contained in:
Simone Gotti 2019-05-10 11:16:57 +02:00
parent 0c94386149
commit 59e4a1f0ba
1 changed files with 3 additions and 4 deletions

View File

@ -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