elastic-recheck/queries/1783405.yaml
ghanshyam f19a323569 Modify job timeout query to exclude tempest-all/slow build_name
The tempest-all and tempest-slow jobs run slow tests, and since
the bug is about slow tests which are *not* marked slow, we should
exclude jobs that intentionally run slow tests.

Change-Id: Idf2df040b568a5f19f7bf72ffda3818eb9aa7d12
Related-Bug: #1783405
2018-12-10 20:37:07 +00:00

6 lines
219 B
YAML

query: >-
message:"RESULT_TIMED_OUT: [untrusted : git.openstack.org/openstack/tempest/playbooks/devstack-tempest.yaml@master]" AND
tags:"console" AND NOT
(build_name:"tempest-all" OR
build_name:"tempest-slow")