#4024 kiwiBuild task not listed in methods on task list on kojihub
Closed: Fixed 2 months ago by tkopecek. Opened 3 months ago 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

3 months ago

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

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)

2 months ago

Login to comment on this ticket.

Metadata