print job ID lists with just space separators
ClosedPublic

Authored by adamwill on Aug 7 2015, 9:34 PM.

Details

Summary

This way you can just copy/paste the damn list for report_job_
results instead of reformatting it, if you want to feed it in
manually for any reason.

Test Plan

Run some commands that schedule jobs and make sure they're
printed as '1 2 3' not '[1, 2, 3]'

Diff Detail

Repository
rOPENQA fedora_openqa
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
adamwill retitled this revision from to print job ID lists with just space separators.Aug 7 2015, 9:34 PM
adamwill updated this object.
adamwill edited the test plan for this revision. (Show Details)
adamwill added reviewers: jskladan, garretraziel.
This revision is now accepted and ready to land.Aug 10 2015, 9:26 AM
This revision was automatically updated to reflect the committed changes.

Sorry - as landed this didn't work, I forgot I had found that out and fixed it later without updating the commit. The job IDs are ints, so they need converting to strs before logging. I sent a follow-up commit to fix the problem: https://phab.qadevel.cloud.fedoraproject.org/rOPENQA521acb7dd68b