Remove duplicate query for 1326820 and 1326855
1326820 and 1326855 are marked as a duplicates of 1323524 in launchpad, and since we already have fingerprint for that bug, make that fingerprint catch all three cases. Change-Id: I20d3dd57cdee97a81fa2920abbcc760e8a6f2878 Related-Bug: #1323524
This commit is contained in:
parent
d2fef6c57b
commit
43a5b99e9d
@ -1,5 +1,7 @@
|
|||||||
query: >-
|
query: >-
|
||||||
message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_allocate" AND
|
(message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_presence" OR
|
||||||
|
message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_assign" OR
|
||||||
|
message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_allocate") AND
|
||||||
tags:"console" AND
|
tags:"console" AND
|
||||||
project:"openstack/ceilometer" AND
|
project:"openstack/ceilometer" AND
|
||||||
build_queue:"gate"
|
build_queue:"gate"
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
query: >-
|
|
||||||
message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_presence" AND
|
|
||||||
tags:"console" AND
|
|
||||||
project:"openstack/ceilometer" AND
|
|
||||||
build_queue:"gate"
|
|
@ -1,5 +0,0 @@
|
|||||||
query: >-
|
|
||||||
message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_assign" AND
|
|
||||||
tags:"console" AND
|
|
||||||
project:"openstack/ceilometer" AND
|
|
||||||
build_queue:"gate"
|
|
Loading…
Reference in New Issue
Block a user