Include task ID in DONE message for OSBS phase

Again, composetracker expects the message in this format.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
(cherry picked from commit b6cfd8c5d4)
This commit is contained in:
Adam Williamson 2024-03-12 08:30:06 -07:00 committed by Stepan Oksanichenko
parent ee8a56e64d
commit 8f171b81a1
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

@ -154,7 +154,7 @@ class OSBSThread(WorkerThread):
reuse_file, reuse_file,
) )
self.pool.log_info("[DONE ] %s" % msg) self.pool.log_info("[DONE ] %s (task id: %s)" % (msg, task_id))
def _get_image_conf(self, compose, config): def _get_image_conf(self, compose, config):
"""Get image-build.conf from git repo. """Get image-build.conf from git repo.