16fd1efe8d
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
8 lines
302 B
YAML
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"
|