Update job names

Job names are about to change in infra/config.  Be a little more
robust (but still, this is fragile).

Change-Id: I882de80dbb02aad68ef7b41095f36db2c7ebec49
This commit is contained in:
James E. Blair 2013-12-02 15:57:34 -08:00
parent 3a8721bb51
commit 8ffc5facd5
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ class Stream(object):
def _valid_failure(self, line):
"""Is this the kind of failure we track."""
return "FAILURE" in line and "tempest-devstack" in line
return "FAILURE" in line and "tempest" in line
def get_failed_tempest(self):
self.log.debug("entering get_failed_tempest")

View File

@ -1,3 +1,3 @@
query: >
message:"Details: Timed out waiting for thing"
AND build_name:gate-tempest-devstack-vm-neutron-large-ops
AND build_name:gate-tempest-dsvm-neutron-large-ops