Merge pull request #70397 from yuriw/wip-yuriw-ptl-tool-new-qa-links

ptl-tool: add New QA Links to update-qa notification

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Yuri Weinstein 2026-07-21 16:39:59 -07:00 committed by GitHub
commit e04840b619
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1838,8 +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: "{branch}":https://shaman.ceph.com/builds/ceph/{branch}/
* Pulpito / Teuthology Results: "{branch}":https://pulpito.ceph.com/?branch={branch}
"""
notes = textwrap.dedent(notes)