From 3ddaa4c1b17aa021c4a76a20caeacb3a161cce99 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 6 Jun 2017 16:03:39 -0400 Subject: [PATCH] Add query for rebuild vif plugging timeout bug 1694371 71 hits in 7 days, check and gate, all failures. The query is admittedly sparse but we don't have a solid error in the n-cpu logs for this, and the console logs don't have anything super useful when you can only use a single line. Change-Id: I24ef7baeb503351739e2d6aede14ca7ac0a5d66f Related-Bug: #1694371 --- queries/1694371.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1694371.yaml diff --git a/queries/1694371.yaml b/queries/1694371.yaml new file mode 100644 index 00000000..22eb862e --- /dev/null +++ b/queries/1694371.yaml @@ -0,0 +1,4 @@ +query: > + message:"in test_rebuild" AND + tags:"console" AND + project:"openstack/python-novaclient"