diff --git a/elastic_recheck/elasticRecheck.py b/elastic_recheck/elasticRecheck.py index 38a0d307..e266f0a6 100755 --- a/elastic_recheck/elasticRecheck.py +++ b/elastic_recheck/elasticRecheck.py @@ -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") diff --git a/queries/1250168.yaml b/queries/1250168.yaml index 49599c1f..09fefa20 100644 --- a/queries/1250168.yaml +++ b/queries/1250168.yaml @@ -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