Description of problem: Beaker marks systems as broken and generates a ticket in eng-ops queue if a system fails a certain number of tests involving distros tagged as STABLE. Since the threshold for a distro being tagged as STABLE is not very high, lots of tickets are being generated for systems that have nothing wrong. It would be much better if the criteria for flagging systems was based on RELEASED tagged distros instead of STABLE. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
http://git.fedorahosted.org/git/?p=beaker.git;a=commitdiff;h=8612d779843c1889f55e59ae7dd13aa42279d03f
This change will make the distro tag for broken system detection configurable.
Looks good Dan. The other good thing about they way you did this is if the tag doesn't exist it will exit the routine. I think the old implementation may have caused an ISE at our partners.