Augment the e-r query for bug 1258682

Work done to retain logs has changed the signature of this bug, see
comments #26 + #27 on:
    https://bugs.launchpad.net/tempest/+bug/1258682

Change-Id: Ia0813e64465ee59f351f0ee212681ab2fd256797
Related-Bug: #1258682
This commit is contained in:
Alexis Lee 2014-01-16 10:12:05 +00:00
parent 07aaba10ed
commit 16fd1efe8d
1 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,7 @@
query: >
message:"Build timed out (after" AND
message:"minutes). Marking the build as failed." AND
filename:"console.html"
((message:"Build timed out (after" AND
message:"minutes). Marking the build as failed.")
OR
(message:"./safe-devstack-vm-gate-wrap.sh: line" AND
message:"Killed timeout -s 9 ${DEVSTACK_GATE_TIMEOUT}m $BASE/new/devstack-gate/devstack-vm-gate.sh"))
AND filename:"console.html"