#4024 kiwiBuild task not listed in methods on task list on kojihub
Closed: Fixed by tkopecek. Opened by ngompa.

When looking at https://koji.fedoraproject.org/koji/tasks or https://koji.stg.fedoraproject.org/koji/tasks or https://cbs.centos.org/koji/tasks (which all have the kiwi plugin deployed), the kiwiBuild task is not enumerated as a method in the drop down.

This makes it hard to find all the current and historical kiwiBuild runs in Koji.


It is a configuration directive of web ui - kiwiBuild should be added to ParentTasks and createKiwiImage to Tasks in /etc/kojiweb/web.conf.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None

This is valid for all (hub) plugins as web is not aware of what is enabled there.

https://pagure.io/koji/blob/master/f/www/conf/web.conf#_47

Staging: https://pagure.io/fedora-infra/ansible/c/39d8e26d69160dc971fdfb256477815926a4f4ba?branch=main

Prod when we are out of freeze.

Better:

{% if env == 'staging' %}
Tasks = buildContainer,createContainer,runroot,osbuildImage,createKiwiImage,kiwiBuild
TopLevelTasks = osbuildImage,kiwiBuild
ParentTasks = buildContainer,osbuildImage,kiwiBuild
{% else %}
Tasks = buildContainer,createContainer,runroot,osbuildImage
TopLevelTasks = osbuildImage
ParentTasks = buildContainer,osbuildImage 
{% endif %}

Metadata Update from @tkopecek:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/4024

Please continue any further discussion there.

Metadata