Fix ALL_FAILS_QUERY

The playbook location changed and is no longer in project-config
so just make the query generic on the sub-directory rather than
the git repo.

Change-Id: I8532c193992adef0e996a3f42e9e84f491000c32
This commit is contained in:
Matt Riedemann 2019-03-04 15:53:24 -05:00
parent 5ce47d0635
commit 2abdc593e8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ INCLUDED_PROJECTS_REGEX = "(^openstack/|devstack|grenade)"
# Let's value legibility over pep8 line width here...
ALL_FAILS_QUERY = (
'('
'(filename:"job-output.txt" AND message:"POST-RUN END" AND message:"project-config/playbooks/base/post.yaml")' # flake8: noqa
'(filename:"job-output.txt" AND message:"POST-RUN END" AND message:"playbooks/base/post.yaml")' # flake8: noqa
' OR '
'(filename:"console.html" AND (message:"[Zuul] Job complete" OR message:"[SCP] Copying console log" OR message:"Grabbing consoleLog"))' # flake8: noqa
')'