
This query existed at one point and then was removed, probably because we rename the job and it wasn't hitting anymore as a result. This still shows up from time to time as new rebuild tests are added to tempest so we might as well track it. Currently 6 hits in the check queue on multiple changes. Change-Id: Ie8715b6c43a57a8c8521c96ea2bbd5d8266cf950
7 lines
295 B
YAML
7 lines
295 B
YAML
query: >-
|
|
message:"failed to reach ACTIVE status and task state \"None\" within the required time" AND
|
|
message:"Current status: REBUILD. Current task state: " AND (
|
|
message:"rebuild_spawning" OR message:"rebuild_block_device_mapping") AND
|
|
tags:"console" AND
|
|
build_name:"nova-cells-v1"
|