#12327 "kiwiBuild" task missing from Koji task search and filters
Closed: Fixed with Explanation 3 months ago by kevin. Opened 3 months ago by ngompa.

Describe what you would like us to do:


I wanted to look over kiwi build tasks in Koji but I am unable to search by the parent kiwiBuild task (e.g. https://koji.fedoraproject.org/koji/taskinfo?taskID=126688614) to find them, I can only search by the child createKiwiImage task. I would like to be able to search by the parent task to make it easier to identify patterns for troubleshooting.

When do you need this to be done by? (YYYY/MM/DD)


As soon as reasonably possible.


Metadata Update from @phsmoura:
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: low-gain, low-trouble, ops

3 months ago

It's weird. It's in our config...

@mikem can you see what we are doing wrong here?

Here is what the code has:

values['alltasks'] = sorted(_TASKS + environ['koji.options']['Tasks'])

The config value is split by "," to get a list.

Form values on the site currently include runroot, flatpakBuild, flatpakBuildArch, and even createKiwiImage, which are all non-default and must have come from config.

I don't have your config in front of me, but perhaps someone mistakenly added kiwiBuild only to the ToplevelTasks config. That's insufficient unfortunately; only the Tasks value is used to expand this dropdown.

Metadata Update from @kevin:
- Issue assigned to kevin

3 months ago

Yep. That was it. It was added to ParentTasks only.

I added it to Tasks and there it is.

Thanks!

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

3 months ago

Log in to comment on this ticket.

Metadata
Boards 1
ops Status: Backlog