Merge "Update job names"

This commit is contained in:
Jenkins 2013-12-03 10:04:58 +00:00 committed by Gerrit Code Review
commit dc569ca482
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