diff --git a/internal/services/runservice/types/types.go b/internal/services/runservice/types/types.go index 3385301..64e9927 100644 --- a/internal/services/runservice/types/types.go +++ b/internal/services/runservice/types/types.go @@ -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