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
This commit is contained in:
Matt Riedemann 2015-09-16 08:11:36 -07:00
parent 6fd5ba833b
commit 66b8491a66
2 changed files with 7 additions and 0 deletions

View File

@ -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.

5
queries/1496424.yaml Normal file
View File

@ -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"