1af432d0a5
To avoid confusion, switch everything to use jobs_re for recheckwatch config. Change-Id: I1a84db6ec346a32f38e00560c1b322e7d377d434 Needed-By: I1e2369225c9bd83296684af0dd9ea0514d9098c4 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
26 lines
658 B
Plaintext
26 lines
658 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.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
|