When I ran with '--wait' it doesn't WAIT.
Here is the command: brew image-build-indirection --scratch --base-image-build director-input-17.0-20200130.1.x86_64 --utility-image-build director-utility-17.0-20200130.1.x86_64 --indirection-template overcloud-full.tdl --name overcloud-full-x86_64 --version 17.0 --release 20200130.1 --arch x86_64 --results-loc overcloud-full.tar --target rhos-17.0-rhel-8-trunk-image --wait
Please note that "brew image-build" does trigger the "watch-task" but "brew image-build-indirection" DEOS NOT.
function _build_image_indirection in cli/koji_cli/commands.py has some logic for invoking watch_task when --wait is specified, but that block is commented out for some reason:
_build_image_indirection
cli/koji_cli/commands.py
--wait
https://pagure.io/koji/blob/master/f/cli/koji_cli/commands.py#_5705
Metadata Update from @tkopecek: - Custom field Size adjusted to None - Issue set to the milestone: 1.22
It is there from the beginning - I was not able to find any reason, why it should be disabled. Reenabled in #2347
Metadata Update from @tkopecek: - Issue tagged with: testing-ready
Metadata Update from @tkopecek: - Issue untagged with: testing-ready - Issue tagged with: no_qe
Commit d3146d77 fixes this issue
Commit d47a45f5 fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/2046
Please continue any further discussion there.