Hide Forgot
Description of problem: If bkr job-submit supported the command line option --combine. You could run the following command and submit one job. for system in SystemA SystemB; do bkr machine-test --arch s390x --family RedHatEnterpriseLinuxServer5 --machine $system --debug --dryrun --prettyxml; done | bkr job-submit --combine - This would be very handy.
Submitted to gerrit for review