Adds a query that catches a resource tracker race across 3 Ironic
Ironic jobs, two of which is currently causing problems for the
stable/juno branches.

Change-Id: I277bbcdea50b855b668d903e69d2f540fecd0636
Related-bug: #1398128
This commit is contained in:
Adam Gandelman 2014-12-01 10:39:12 -08:00
parent 24b7c52ff7
commit 3201fddac6

8
queries/1398128.yaml Normal file
View File

@ -0,0 +1,8 @@
query: >
message:"No valid host was found"
AND tags:"console" AND
(
build_name:"check-grenade-dsvm-ironic-sideways" OR
build_name:"gate-grenade-dsvm-ironic-sideways" OR
build_name:"check-tempest-dsvm-ironic-parallel-nv"
)