]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ptl-tool: log the ceph-ci push (and the equivalent git command) 70350/head
authorYuri Weinstein <yweinste@redhat.com>
Mon, 20 Jul 2026 18:54:49 +0000 (11:54 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Tue, 21 Jul 2026 00:44:47 +0000 (17:44 -0700)
commite8206418617cc5ccd300f918384ea849f5d9b04c
treec8392dbbfd8d2617c7decaabc6bd184089575570
parent42bf941429d6443c03b4042694feb580f06575aa
ptl-tool: log the ceph-ci push (and the equivalent git command)

Previously, a real (non-dry-run) push of the integration branch/tag to
ceph-ci was silent -- only the "[DRY RUN] Would push ..." path logged
anything. Add matching log.info() calls on the real-push path, and
include the literal `git push <remote> <ref>` invocation in the message
so it can be copy-pasted and re-run manually if needed (e.g. after a
network blip, or to re-push without re-running the whole merge).

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
src/script/ptl-tool.py