elastic-recheck/queries/1414898.yaml
Joe Gordon b90fe8374c Add placeholder query to classify flake8 failures in the gate
flake8 will periodically fail as part of the gate pep8 job do to
expected issues. This query removes those failures from the unclassified
page while suppressing notifications about the failure (instead of
telling users to run recheck).

Leave bug on graphing page to watch for long term trends and issues.

Built on: 612d43f971

Change-Id: Id44372630e6d850db97bd8e7985e89ef759965a8
2015-01-26 22:07:23 -08:00

8 lines
234 B
YAML

# this is a placeholder bug and should not be removed if there are no hits
query: >
message:" ERROR: InvocationError: "
AND message:"pep8/bin/flake8'"
AND build_queue:"gate"
AND tags:"console.html"
suppress-notification: true