From 99aeba8e34d80d8cf0667d4155729c92cecf83cd Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 10 Aug 2017 15:43:50 -0400 Subject: [PATCH] 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 --- queries/1709985.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1709985.yaml diff --git a/queries/1709985.yaml b/queries/1709985.yaml new file mode 100644 index 00000000..4e89d595 --- /dev/null +++ b/queries/1709985.yaml @@ -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"