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: 612d43f9715dd9c946140e24ce0adf8feaf1d254

Change-Id: Id44372630e6d850db97bd8e7985e89ef759965a8
This commit is contained in:
Joe Gordon 2015-01-26 22:07:23 -08:00
parent cc82c7228b
commit b90fe8374c

7
queries/1414898.yaml Normal file
View File

@ -0,0 +1,7 @@
# 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