Hide Forgot
Description of problem: If a task Makefile contains architecture limitation (e.g. "Architectures: i386 ia64 x86_64") submitting a job that consists just from that task and with no --arch specification would end up in executing recipes for all archs with just /distribution/install task and therefore wastes resources. Version-Release number of selected component (if applicable): beaker-client-0.5.63-1.fc14.noarch (but as Bill said it affects also the new version) How reproducible: Everytime Steps to Reproduce: bkr workflow-simple --distro RHEL5-Server-U6 --task /kernel/memory/Fujitsu-memory_leak-IT72361 --whiteboard="/kernel/memory/Fujitsu-memory_leak-IT72361 on rhel5.6 fix check" Actual results: https://beaker.engineering.redhat.com/jobs/60933 Empty recipes are not discarded and waste lab resources. Expected results: Empty recipes are discarded in the job. Additional info:
sorry, ran out of time due to debugging issues.