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:
parent
3a8721bb51
commit
8ffc5facd5
@ -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")
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user