We've seen some tasks lately where Koji crashed trying to do image.os_plugin.abort(), e.g.:
image.os_plugin.abort()
https://koji.fedoraproject.org/koji/taskinfo?taskID=89750587 https://koji.fedoraproject.org/koji/taskinfo?taskID=89671944
The fix seems fairly simple: only try and abort if os_plugin actually exists.
Signed-off-by: Adam Williamson awilliam@redhat.com
Issue #3447
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
As best as I can tell the CI failure is due to CI being broken, not the pull request.
pretty please pagure-ci rebuild
Metadata Update from @tkopecek: - Pull-request untagged with: testing-ready - Pull-request tagged with: no_qe
Commit e8a94eae fixes this pull-request
Pull-Request has been merged by tkopecek
We've seen some tasks lately where Koji crashed trying to do
image.os_plugin.abort(), e.g.:https://koji.fedoraproject.org/koji/taskinfo?taskID=89750587
https://koji.fedoraproject.org/koji/taskinfo?taskID=89671944
The fix seems fairly simple: only try and abort if os_plugin
actually exists.
Signed-off-by: Adam Williamson awilliam@redhat.com