Fix ER bot to report back to gerrit with bug/error report

Change-Id: Ic6d4c7a5714151e630100e6daf342c830061c10b
This commit is contained in:
frenzyfriday 2021-08-23 15:10:07 +02:00
parent d87a5b7077
commit c9e563255e
3 changed files with 8 additions and 8 deletions

View File

@ -10,16 +10,16 @@
[ircbot]
# nick=${IRC_NICK}
# pass=${IRC_PASS}
server=irc.freenode.net
server=irc.oftc.net
port=6667
channel_config=recheckwatchbot.yaml
# log_config=${LOG_CONFIG}
[gerrit]
# host=${GERRIT_HOST}
# user=${GERRIT_USER}
# query_file=${GERRIT_QUERY_FILE}
# key=data/id_rsa
host=${GERRIT_HOST}
user=${GERRIT_USER}
query_file=${GERRIT_QUERY_FILE}
key=data/id_rsa
[data_source]
es_url=${ES_URL}

View File

@ -37,11 +37,11 @@ DEFAULTS = {
'GERRIT_HOST': 'review.opendev.org',
'GERRIT_USER': None,
'IRC_LOG_CONFIG': '',
'IRC_SERVER': "irc.freenode.net",
'IRC_SERVER': "irc.oftc.net",
'IRC_PORT': "6667",
'IRC_PASS': "",
'IRC_SERVER_PASSWORD': "",
'IRC_NICK': "",
'IRC_SERVER_PASSWORD': "erbot",
'IRC_NICK': "erbot",
}
# Not all teams actively used elastic recheck for categorizing their