From: Yuri Weinstein Date: Tue, 21 Jul 2026 16:55:11 +0000 (+0000) Subject: ptl-tool: use branch name as the QA link text, not a generic label X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f7d688861a4fbe30bfdd5b741193a150f883f554;p=ceph.git ptl-tool: use branch name as the QA link text, not a generic label Signed-off-by: Yuri Weinstein --- diff --git a/src/script/ptl-tool.py b/src/script/ptl-tool.py index 76014cb8f980..7fd017387d20 100755 --- a/src/script/ptl-tool.py +++ b/src/script/ptl-tool.py @@ -1838,12 +1838,12 @@ def manage_qa_tracker(args, R, session, branch, prs, tag, qa_tracker_description **New Branch:** `{branch}` **Previous QA Links:** - * "Shaman Build":https://shaman.ceph.com/builds/ceph/{old_branch}/ - * "Pulpito / Teuthology Results":https://pulpito.ceph.com/?branch={old_branch} + * Shaman Build: "{old_branch}":https://shaman.ceph.com/builds/ceph/{old_branch}/ + * Pulpito / Teuthology Results: "{old_branch}":https://pulpito.ceph.com/?branch={old_branch} **New QA Links:** - * "Shaman Build":https://shaman.ceph.com/builds/ceph/{branch}/ - * "Pulpito / Teuthology Results":https://pulpito.ceph.com/?branch={branch} + * Shaman Build: "{branch}":https://shaman.ceph.com/builds/ceph/{branch}/ + * Pulpito / Teuthology Results: "{branch}":https://pulpito.ceph.com/?branch={branch} """ notes = textwrap.dedent(notes)