Omit ironic agent_ssh jobs from 139099

These jobs are failing for different reasons than this bug, which
are not discernible by ER, and should be omitted from this query.

Change-Id: Ibd78c9d93a3eb4e2031e6fc08ed5b1c6cdd5c7aa
This commit is contained in:
Adam Gandelman 2014-11-19 14:54:44 -08:00
parent ff58dd1385
commit 9b5ed7e84e
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
query: >-
message:"Timed out waiting for node"
AND message:"to reach provision_state state(s) ['active']"
AND tags:"console"
AND tags:"console" AND NOT (
build_name:"check-tempest-dsvm-ironic-agent_ssh-nv" OR
build_name:"check-tempest-dsvm-ironic-agent_ssh-src-nv"
)