use queries directory instead of file for elastic-recheck

moving elastic-recheck to a queries directory instead of a file
means we need to make the graphs support that. Also refactor out
the er_state_dir to make changing that easier when we pull in the
web console.

2Bupdate elastic-recheck bot config to use queries directory

Change-Id: Ifcc71511c066e8aee5cb74e013555c628f270e29
This commit is contained in:
Sean Dague 2013-12-01 16:50:48 -05:00
parent 34d5af700f
commit e98bf44a57
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ log_config=/etc/elastic-recheck/logging.config
[gerrit]
user=<%= gerrit_user %>
host=<%= gerrit_host %>
query_file=/etc/elastic-recheck/queries.yaml
query_file=/etc/elastic-recheck/queries
key=<%= gerrit_ssh_private_key %>