From 19efb305369bb05de04a657b7d498702e70a5fe0 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Fri, 12 Jan 2024 08:57:26 +0100 Subject: [PATCH] ci: print report url master/release pipelines does not have a mr comment, print it here --- tools/ci/dynamic_pipelines/report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci/dynamic_pipelines/report.py b/tools/ci/dynamic_pipelines/report.py index 5ed2ab2605..a070c125c1 100644 --- a/tools/ci/dynamic_pipelines/report.py +++ b/tools/ci/dynamic_pipelines/report.py @@ -71,6 +71,7 @@ class ReportGenerator: Full {self.title} here: {url}/-/jobs/{job_id}/artifacts/{self.output_filepath} (with commit {commit_id}) ''' + print(comment) if self.mr is None: print('No MR found, skip posting comment')