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:
parent
512f9620d4
commit
5334fe6684
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user