elastic-recheck/elastic_recheck/tests/unit/suppressed_queries/1410969.yaml
Joe Gordon 612d43f971 Add support to suppress bot notifications
* Similar to suppress-graph

There are some gate failures that are expected and are real errors (such
as global-requirements mismatches in requirements jobs).
suppress-notifications allows us to classify these failures and remove
them from the unclassified page while not telling developers to recheck.

This can be used along with suppress-graph.

Change-Id: I6d905ba65e66e799a65598f8a5d5c3dd684feb8c
2015-01-23 09:42:54 -08:00

9 lines
263 B
YAML

# this is a placeholder bug and should not be removed if there are no hits
query: >
message:"Requirement"
AND message:"does not match openstack/requirements value"
AND tags:"console"
AND build_queue:"gate"
suppress-graph: true
suppress-notification: true