From f7d688861a4fbe30bfdd5b741193a150f883f554 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Tue, 21 Jul 2026 16:55:11 +0000 Subject: [PATCH] ptl-tool: use branch name as the QA link text, not a generic label Signed-off-by: Yuri Weinstein --- src/script/ptl-tool.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/script/ptl-tool.py b/src/script/ptl-tool.py index 76014cb8f98..7fd017387d2 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) -- 2.47.3