Update elastic-recheck jobs_re config

With zuul v3 lots of jobs have been renamed and the old "dsvm"
isn't really standard practice anymore, which means elastic recheck
skips processing for lots of failed jobs that would otherwise have
hits, including tempest-full and our grenade jobs.

This updates the regex to include devstack|tempest|grenade at
a minimum and leaves a TODO since there clearly lots of other
voting jobs which have categorized failures but aren't being processed.

Change-Id: I21e3d1058615321f84a00eab9d3dface7418fcc1
This commit is contained in:
Matt Riedemann 2019-01-04 14:49:59 -05:00
parent f0c649ba9d
commit 9229117aba
1 changed files with 4 additions and 1 deletions

View File

@ -19,4 +19,7 @@ ls_url=<%= @logstash_url %>
db_uri=<%= @subunit2sql_db_uri %>
[recheckwatch]
jobs_re=(dsvm|tripleo)
# TODO(mriedem): With zuul v3 there is a wild west of job names so this
# regex is table stakes, but there are clearly things missing from this like
# the various nova-* jobs (nova-multiattach, nova-live-migration, nova-next).
jobs_re=(dsvm|tripleo|devstack|tempest|grenade)