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
This commit is contained in:
ghanshyam 2018-12-09 13:47:48 +00:00 committed by Matt Riedemann
parent 434c4ce147
commit f19a323569
1 changed files with 3 additions and 1 deletions

View File

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