From 66b8491a66b7b59cb05fe3c0a7a06fb1c6452c35 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 16 Sep 2015 08:11:36 -0700 Subject: [PATCH] Add query for neutron constraints job bug 1496424 This is a non-voting job in the feature/pecan branch, so it's not something that elastic-search will comment on in a change. However, it's blowing up the uncategorized bugs page, so we can categorize it here to cleanup that page. Also add TODO for tracking voting flag in elasticsearch. This comes up from time to time, so add a TODO that we need to track whether or not a job is voting or not in elasticsearch, then we can use that to filter out non-voting jobs from the uncategorized bugs page. Related-Bug: #1496424 Change-Id: I820cce8e9a615732a5a81472fd40957db14ee2c9 --- README.rst | 2 ++ queries/1496424.yaml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 queries/1496424.yaml diff --git a/README.rst b/README.rst index 90ddfc7b..26ca383e 100644 --- a/README.rst +++ b/README.rst @@ -184,3 +184,5 @@ Future Work - Move away from polling ElasticSearch to discover if its ready or not - Add nightly job to propose a patch to remove bug queries that return no hits -- Bug hasn't been seen in 2 weeks and must be closed +- Store whether or not the job is non-voting in ElasticSearch so that we can + filter non-voting jobs from the uncategorized bugs page. diff --git a/queries/1496424.yaml b/queries/1496424.yaml new file mode 100644 index 00000000..62cd6e71 --- /dev/null +++ b/queries/1496424.yaml @@ -0,0 +1,5 @@ +query: >- + (message:"ERROR: unknown environment 'py27-constraints'" OR + message:"ERROR: unknown environment 'py34-constraints'") AND + tags:"console" AND + project:"openstack/neutron"