]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ptl-tool: use branch name as the QA link text, not a generic label 70397/head
authorYuri Weinstein <yweinste@redhat.com>
Tue, 21 Jul 2026 16:55:11 +0000 (16:55 +0000)
committerYuri Weinstein <yweinste@redhat.com>
Tue, 21 Jul 2026 16:55:11 +0000 (16:55 +0000)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
src/script/ptl-tool.py

index 76014cb8f98055e86c8051b3535fdaf451445402..7fd017387d2014e615d19dca0f181190318fff13 100755 (executable)
@@ -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)