From 8d0053886e5b624f4b33cd6a493fafd611860256 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 10 Nov 2015 07:51:23 -0800 Subject: [PATCH] Add query for oslo.messaging 2.8.0 bug 1514876 138 hits in 24 hours since oslo.messaging 2.8.0 was released. There is a block approved in g-r and nova and a revert approved in oslo.messaging for the regression. Change-Id: I27a90421932151d6a06b2024e6e4bbe478a17d06 Related-Bug: #1514876 --- queries/1514876.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 queries/1514876.yaml diff --git a/queries/1514876.yaml b/queries/1514876.yaml new file mode 100644 index 00000000..b5c04672 --- /dev/null +++ b/queries/1514876.yaml @@ -0,0 +1,6 @@ +query: >- + (message:"Build timed out (after 50 minutes). Marking the build as failed." OR + message:"Build timed out (after 40 minutes). Marking the build as failed.") AND + tags:"console" AND + (build_name:"gate-nova-tox-functional" OR + build_name:"gate-nova-python27")