elastic-recheck/queries/1258682.yaml
Alexis Lee 16fd1efe8d 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
2014-01-16 10:14:52 +00:00

8 lines
302 B
YAML

query: >
((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"