From 1ba7997e5d1c0c3722f3fcf8efe70e0c15cdb6f0 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 14 Oct 2015 09:24:43 -0700 Subject: [PATCH] Add query for oslo.db[fixtures] bug with missing testresources 364 hits in 7 days, check and gate, multiple branches, all failures. Change-Id: Id49ebb497696bbd8f6e98f87609098bc9c0b811e Related-Bug: #1503501 --- queries/1503501.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 queries/1503501.yaml diff --git a/queries/1503501.yaml b/queries/1503501.yaml new file mode 100644 index 00000000..fac68b90 --- /dev/null +++ b/queries/1503501.yaml @@ -0,0 +1,7 @@ +query: >- + message:"ImportError: No module named testresources" AND + tags:"console" AND + NOT build_queue:"post" AND + NOT (build_name:"gate-vmware-nsx-docs" OR + build_name:"gate-ironic-docs" OR + build_name:"gate-neutron-docs")