
Examples of comments: https://review.rdoproject.org/r/c/testproject/+/36119/2#message-501d5e016218453253b2af37c27b16ec03a90474 Change-Id: Ic6d4c7a5714151e630100e6daf342c830061c10b
26 lines
615 B
Plaintext
26 lines
615 B
Plaintext
#Must use full paths
|
|
[ircbot]
|
|
nick=RecheckWatchBot
|
|
pass=
|
|
server=irc.freenode.net
|
|
port=6667
|
|
channel_config=data/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=os-tripleo-ci
|
|
host=review.opendev.org
|
|
query_file=/opt/elastic-recheck/queries
|
|
key=/root/.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
|