From 7e5aa0a2c19276e67cbbd34482def34ed9b04a87 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Tue, 21 Jul 2026 16:39:20 +0000 Subject: [PATCH] ptl-tool: add New QA Links to update-qa notification Signed-off-by: Yuri Weinstein --- src/script/ptl-tool.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/script/ptl-tool.py b/src/script/ptl-tool.py index 7b54dbe63f9f..76014cb8f980 100755 --- a/src/script/ptl-tool.py +++ b/src/script/ptl-tool.py @@ -1841,6 +1841,10 @@ def manage_qa_tracker(args, R, session, branch, prs, tag, qa_tracker_description * "Shaman Build":https://shaman.ceph.com/builds/ceph/{old_branch}/ * "Pulpito / Teuthology Results":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} + """ notes = textwrap.dedent(notes) if old_prs: -- 2.47.3