From 59e4a1f0bad22352e2fd9afcf8e181222ef99e69 Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Fri, 10 May 2019 11:16:57 +0200 Subject: [PATCH] runservice: update runconfig group comment --- internal/services/runservice/types/types.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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