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:
Joe Gordon 2014-06-09 16:03:55 -07:00
parent d2fef6c57b
commit 43a5b99e9d
3 changed files with 3 additions and 11 deletions

View File

@ -1,5 +1,7 @@
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
project:"openstack/ceilometer" AND
build_queue:"gate"

View File

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

View File

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