puppet-elastic_recheck/templates/elastic-recheck.conf.erb
Matt Riedemann 9229117aba 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
2019-01-04 14:52:25 -05:00

26 lines
770 B
Plaintext

#Must use full paths
[ircbot]
nick=<%= @recheck_bot_nick %>
pass=<%= @recheck_bot_passwd %>
server=irc.freenode.net
port=6667
channel_config=/etc/elastic-recheck/recheckwatchbot.yaml
log_config=/etc/elastic-recheck/logging.config
[gerrit]
host=<%= @gerrit_host %>
user=<%= @recheck_gerrit_user %>
query_file=/etc/elastic-recheck/queries
key=/home/recheck/.ssh/id_rsa
[data_source]
es_url=<%= @elastic_search_url %>
ls_url=<%= @logstash_url %>
db_uri=<%= @subunit2sql_db_uri %>
[recheckwatch]
# 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)