download build logs, move rpmgrill setup to prepare.sh
ClosedPublic

Authored by kparal on Jul 4 2016, 2:02 PM.

Details

Summary

Logs have to be manually put into correct directories after koji
directive, but before rpmgrill-unpack-rpms. Instead of running all of
that from python, it seemed easier to move that code into a shell
script.

Test Plan

tested manually

Diff Detail

Repository
rRPMGR task-rpmgrill
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to download build logs, move rpmgrill setup to prepare.sh.Jul 4 2016, 2:02 PM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
mkrizek added inline comments.Jul 7 2016, 10:05 AM
runtask.yml
23–27

Maybe rename this to something like "Process rpmgrill results" since this doesn't run rpmgrill anymore?

Also rename prepare.sh to run_rpmgrill.sh and run_rpmgrill.py to process_results.py (or something better)?

kparal updated this revision to Diff 2350.Jul 7 2016, 1:23 PM
  • rename files

What about now?

jskladan accepted this revision.Jul 7 2016, 1:33 PM
This revision is now accepted and ready to land.Jul 7 2016, 1:33 PM
kparal updated this revision to Diff 2353.Jul 7 2016, 4:03 PM
  • fail on any error in shell script, don't fail for missing build logs
mkrizek accepted this revision.Jul 8 2016, 7:31 AM
This revision was automatically updated to reflect the committed changes.