#13077 Fedora 43 nightly cloud images failing to tag
Opened by jcline. Modified

  • Describe the issue

Cloud images are being build daily, but fail with ActionNotAllowed: tag is locked. For example, https://koji.fedoraproject.org/koji/taskinfo?taskID=138818703

  • When do you need this? (YYYY/MM/DD)

  • When is this no longer needed or useful? (YYYY/MM/DD)

When Fedora 43 EOLs

  • If we cannot complete your request, what is the impact?

Fedora Cloud images in Azure, AWS, and GCP are not updated regularly.


Probably a missed config. step due to F43 being released now, and the tag is now updates?

Should probably document this somewhere in the release SOP.

Metadata Update from @james:
- Issue tagged with: medium-gain, medium-trouble

The problem here is that kiwi builds use the f43-kiwi target and it's dest tag is still 'f43'

I fixed this now with:

koji edit-target f43-kiwi --dest-tag=f43-updates-candidate

However, we need to do this step on release... @jnsamyak can you add it to docs/sop please?

Metadata