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:
parent
434c4ce147
commit
f19a323569
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user