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:
parent
07aaba10ed
commit
16fd1efe8d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user