69807fc6eb
This should make elastic recheck to capture queries in projects like neutron where the previous regex was not working for quite some time. (In neutron gate, full job is called gate-tempest-dsvm-neutron-full-ubuntu-xenial; there are some jobs that don't even have 'tempest' in their names that should still participate in the elastic recheck, like grenade jobs, or rally; all of them have 'dsvm' part though). Speaking of the regex, probably it should have also be applied to separate job names before classifying them. But I'll leave it for a follow-up. Change-Id: If98951d13ba82833444ef4ffbb7c6be179126f2b
26 lines
661 B
Plaintext
26 lines
661 B
Plaintext
#Must use full paths
|
|
[ircbot]
|
|
nick=RecheckWatchBot
|
|
pass=
|
|
server=irc.freenode.net
|
|
port=6667
|
|
channel_config=/home/mtreinish/elasticRecheck/recheckwatchbot.yaml
|
|
|
|
[recheckwatch]
|
|
#Any project that has a job that matches this regex will have all their
|
|
#jobs included in the recheck algorithm
|
|
jobs_regex=dsvm
|
|
ci_username=jenkins
|
|
|
|
[gerrit]
|
|
user=treinish
|
|
host=review.openstack.org
|
|
query_file=/home/mtreinish/elasticRecheck/queries
|
|
key=/home/mtreinish/.ssh/id_rsa
|
|
|
|
[data_source]
|
|
es_url=http://logstash.openstack.org:80/elasticsearch
|
|
ls_url=http://logstash.openstack.org
|
|
db_uri=mysql+pymysql://query:query@logstash.openstack.org/subunit2sql
|
|
index_format=logstash-%Y.%m.%d
|