From d4b997d832b5ba14f31c4a41a9e2555d8a6f7af4 Mon Sep 17 00:00:00 2001 From: Åsmund Østvold Date: Fri, 7 Jan 2022 12:57:50 +0100 Subject: fix(ops/besadii) no need to ref CL number in post to Gerrit The comment posted to the Gerrit change do not need to contain the CL number as it is given by the context of the Gerrit UI. Change-Id: I172645e7f4d82e2fbebe179578babd42ea29737f Reviewed-on: https://cl.tvl.fyi/c/depot/+/4826 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: asmundo --- ops/besadii/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/besadii/main.go') diff --git a/ops/besadii/main.go b/ops/besadii/main.go index 685e8d2f83..39c7084a30 100644 --- a/ops/besadii/main.go +++ b/ops/besadii/main.go @@ -267,7 +267,7 @@ func triggerBuild(cfg *config, log *syslog.Writer, trigger *buildTrigger) error // Report the status back to the Gerrit CL so that users can click // through to the running build. - msg := fmt.Sprintf("Started build for patchset #%s of cl/%s: %s", trigger.patchset, trigger.changeId, buildResp.WebUrl) + msg := fmt.Sprintf("Started build for patchset #%s on: %s", trigger.patchset, buildResp.WebUrl) review := reviewInput{ Message: msg, OmitDuplicateComments: true, -- cgit 1.4.1