From 1a218a28c5e7aca6847fc4b78a034e7f379142ae Mon Sep 17 00:00:00 2001 From: "Andrea Frittoli (andreaf)" Date: Thu, 25 Feb 2016 06:54:40 -0500 Subject: [PATCH] Add a query for a gate failure on ansible In the past 8h, a new failure started to happen on several CI jobs where devstack is successful but then d-g fails with a message from ansible about no matching hosts. Change-Id: Ie8ccbb1a062edd5387b761dddb14463f3a7e788d --- queries/1549774.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1549774.yaml diff --git a/queries/1549774.yaml b/queries/1549774.yaml new file mode 100644 index 00000000..78dd8235 --- /dev/null +++ b/queries/1549774.yaml @@ -0,0 +1,3 @@ +query: >- + message:"ERROR! Specified hosts options do not match any hosts" AND + tags:"console"