Hide Forgot
Description of problem: When I run my job with the following XML: <job retention_tag="scratch"> <whiteboard>Beaker Hello World job</whiteboard> <recipeSet priority="Normal"> <recipe whiteboard="" role="None" ks_meta="harness=restraint" kernel_options="" kernel_options_post=""> <autopick random="false"/> <watchdog panic="None"/> <packages/> <ks_appends/> <repos/> <distroRequires/> <hostRequires> <system_type value="Machine"/> </hostRequires> <partitions/> <task name="/distribution/install" role="STANDALONE"> <params> <param name="RHTS_OPTION_COMPATIBLE" value=""/> <param name="RHTS_OPTION_COMPAT_SERVICE" value=""/> </params> </task> <task name="/Sanity/test-hello-world" role="None"> <fetch url="git://git.engineering.redhat.com/users/rjoost/beaker_sample_task.git"/> </task> </recipe> </recipeSet> </job> using restraint as a harness, the job gets aborted and I have no way of finding out. Version-Release number of selected component (if applicable): develop How reproducible: 100% Steps to Reproduce: 1. Run or clone the job (https://beaker-devel.app.eng.bos.redhat.com/jobs/9456) 2. Wait until it is aborted 3. Click on the recipe link and you'll face a blank page Actual results: Blank page Expected results: Access to logs and task information Additional info: The job uses restraint and the task uses fetch_url instead of having pointers to the task library.
Patch available on gerrit: https://gerrit.beaker-project.org/#/c/4808/
Beaker 23.0 has been released.