Hide Forgot
Description of problem: bkr job-submit always give WARNING, the job xml is unmodified output by 'beaker workflow-simple --xxx --dryrun --debug --prettyxml' Version-Release number of selected component (if applicable): beaker-client-0.6.4-2.el6.noarch How reproducible: always Steps to Reproduce: 1. save job to xml using a workflow 2. run bkr job-submit to submit 3. Actual results: WARNING: job xml validation failed: Expecting an element recipe, got nothing, line 5 Expected results: no warning Additional info:
Please attach the job xml which is triggering the warning.
Hi Dan, I saw just every arbitrary job xml has such warning: e.g. [hushan@hushan tmp]$ bkr workflow-simple --arch=x86_64 --family=RedHatEnterpriseLinux6 --variant=Server --keyvalue="NETWORK=e1000e" --whiteboard="stest" --install="kernel-firmware-2.6.32-117.el6.noarch" --install="kernel-2.6.32-117.el6" --task=/kernel/filesystems/nfs/connectathon --dryrun --debug --prettyxml > t.xml [hushan@hushan tmp]$ bkr job-submit t.xml WARNING: job xml validation failed: Expecting an element recipe, got nothing, line 5 Submitted: ['j:55914'] but submit directly has no such warning: [hushan@hushan tmp]$ bkr workflow-simple --arch=x86_64 --family=RedHatEnterpriseLinux6 --variant=Server --keyvalue="NETWORK=e1000e" --whiteboard="stest" --install="kernel-firmware-2.6.32-117.el6.noarch" --install="kernel-2.6.32-117.el6" --task=/kernel/filesystems/nfs/connectathon Submitted: ['j:55915']
Created attachment 480622 [details] job xml that trigger the warning