Replace more searches with filters.

Where the list of possible values is small replace searches in queries
with filters. This should improve performance of the queries.

Change-Id: I3629e140dac88efbbbaed294d4869d70c6b6e008
This commit is contained in:
Clark Boylan 2014-03-28 10:10:47 -07:00
parent 512f9620d4
commit 5334fe6684
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
query: >
project:"openstack/swift"
AND build_name:*-swift-python*
AND (build_name:"gate-swift-python26" OR build_name:"gate-swift-python27")
AND message:"FAIL: test_node_write_timeout"
AND tags:"console.html"

View File

@ -1,5 +1,5 @@
query: >
project:"openstack/swift"
AND build_name:*-swift-python*
AND (build_name:"gate-swift-python26" OR build_name:"gate-swift-python27")
AND message:"FAIL: test_node_read_timeout_retry"
AND tags:"console.html"

View File

@ -1,4 +1,4 @@
query: >
tags:"console"
AND message:"mount: wrong fs type, bad option, bad superblock on /dev/loop1,"
AND build_name:*-grenade-dsvm-neutron
AND (build_name:"check-grenade-dsvm-neutron" OR build_name:"gate-grenade-dsvm-neutron")