fbdbbc0f40
As of the great renaming of 2019 we need to update the openstack gerrit URL default to review.opendev.org. Change-Id: I2e3f7e7fb03be0deba0c95995265376dbce3c5b6 Story: #2005498 Task: #30599
26 lines
656 B
Plaintext
26 lines
656 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_re=dsvm
|
|
ci_username=jenkins
|
|
|
|
[gerrit]
|
|
user=treinish
|
|
host=review.opendev.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
|