]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
suite.run: Fix parent commit search
authorZack Cerza <zack@cerza.org>
Tue, 8 Jul 2025 19:14:37 +0000 (13:14 -0600)
committerDavid Galloway <david.galloway@ibm.com>
Mon, 12 Jan 2026 21:12:29 +0000 (16:12 -0500)
commitf0560f8f7a7d284c42ee2440cd31c13cdaed1522
tree1f2c3a78f4ef5a7c98dcd59ed40b1884c7f69033
parent55df6d53b0a4ac02da6dd80a79c4c6610fed904f
suite.run: Fix parent commit search

We were only looking in ceph.git; look in e.g. ceph-ci.git if that is the ceph
repo being tested.

Signed-off-by: Zack Cerza <zack@cerza.org>
teuthology/suite/run.py
teuthology/suite/test/test_run_.py