Add query for rebuild timeout cellsv1 bug 1709985

9 hits in 7 days, check queue only but multiple changes,
all failures.

This is restricted to the cells v1 job since we have
a similar bug in non-cellsv1 jobs where nova times out
waiting to get a network changed/vif plugged event from
neutron and that causes the rebuild to fail. The cellsv1
job wouldn't have that problem as it doesn't use neutron.

Change-Id: Ibc8ccc5fcf6d94a88a89565b907bbf3edd63ce47
Related-Bug: #1709985
This commit is contained in:
Matt Riedemann 2017-08-10 15:43:50 -04:00
parent 6597dd172f
commit 99aeba8e34
1 changed files with 5 additions and 0 deletions

5
queries/1709985.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >-
message:"failed to reach ACTIVE status and task state \"None\" within the required time" AND
message:"Current status: REBUILD. Current task state: rebuild_spawning." AND
tags:"console" AND
build_name:"gate-tempest-dsvm-cells-ubuntu-xenial"