fix: enhance koji_utils to handle builds without rpms gracefully. Fixes T251
ClosedPublic

Authored by tflink on Jun 23 2014, 5:18 PM.

Details

Summary

koji_utils will halt execution if there are no rpms available for the current arch. This is a bit too restrictive and causes problems with single-arch builds, so the exception is now handled to not halt execution

Test Plan

new unit test, tested locally in tasks

Diff Detail

Repository
rLTRN libtaskotron
Lint
Lint Skipped
Unit
Unit Tests Skipped
tflink retitled this revision from to fix: enhance koji_utils to handle builds without rpms gracefully. Fixes T251.Jun 23 2014, 5:18 PM
tflink updated this object.
tflink edited the test plan for this revision. (Show Details)
tflink added reviewers: roshi, kparal, jskladan.
roshi accepted this revision.Jun 23 2014, 8:03 PM

The test-suite runs fine. Running depcheck as a final validation, but everything looks good so far. Accepting the revision barring any catastrophe from this depcheck run (which takes forever).

This revision is now accepted and ready to land.Jun 23 2014, 8:03 PM

I'm going to close this out so that we can get some testing on stg. Fixed the docstrings after the review, will be pushed.

tflink closed this revision.Jun 23 2014, 10:22 PM
tflink updated this revision to Diff 447.

Closed by commit rLTRN75d1ebbecaa6 (authored by @tflink).