use libtaskotron's rpms_to_build with multicall()
ClosedPublic

Authored by garretraziel on Jul 3 2014, 9:00 AM.

Details

Summary

Use optimized rpms_to_build from libtaskotron's koji_utils.

Test Plan

py.test tests

Diff Detail

Repository
rDEPCK task-depcheck
Lint
Lint Skipped
Unit
Unit Tests Skipped
garretraziel retitled this revision from to use libtaskotron's rpms_to_build with multicall().Jul 3 2014, 9:00 AM
garretraziel updated this object.
garretraziel edited the test plan for this revision. (Show Details)
garretraziel added reviewers: jskladan, kparal.
jskladan accepted this revision.Jul 3 2014, 9:26 AM
jskladan added inline comments.
depcheck/squash_results.py
22

please just add comment explainig that rpms_to_build returns list of buildinfos in the same respective order as the rpms on input - i.e. that the buildinfos[X] is the buildinfo for rpms[X].

This revision is now accepted and ready to land.Jul 3 2014, 9:26 AM
garretraziel updated this revision to Diff 513.Jul 3 2014, 10:15 AM
  • add comment into _squash_rpms_to_builds
tflink accepted this revision.Jul 3 2014, 11:50 AM

Looks good to me at first glance. I assume that it's been tested with a depcheck run (or several) as well?

In D176#12, @tflink wrote:

Looks good to me at first glance. I assume that it's been tested with a depcheck run (or several) as well?

Yep, I ran runtask -i f19-updates-testing-pending -t koji_tag -a x86_64 -j x86_64/7504 ../task-depcheck/depcheck.yml. I'm not sure if depcheck's output is really correct (it showed a bunch of "PASSED" outcomes, I don't really know how to find out whether they should pass), but it ran without a problem.

garretraziel closed this revision.Jul 11 2014, 8:57 AM
garretraziel updated this revision to Diff 549.

Closed by commit rDEPCK5e1f384bbd74 (authored by Garret Raziel <boloomka@gmail.com>).