diff --git a/elasticRecheck.conf.sample b/elasticRecheck.conf.sample index 65eb16a1..f88d0c98 100644 --- a/elasticRecheck.conf.sample +++ b/elasticRecheck.conf.sample @@ -9,7 +9,7 @@ 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_regex=(tempest-dsvm-full|gate-tempest-dsvm-virtual-ironic) +jobs_regex=dsvm ci_username=jenkins [gerrit] diff --git a/elastic_recheck/config.py b/elastic_recheck/config.py index 73551cbd..3967cfd3 100644 --- a/elastic_recheck/config.py +++ b/elastic_recheck/config.py @@ -22,7 +22,7 @@ ES_URL = 'http://logstash.openstack.org:80/elasticsearch' LS_URL = 'http://logstash.openstack.org' DB_URI = 'mysql+pymysql://query:query@logstash.openstack.org/subunit2sql' -JOBS_RE = '(tempest-dsvm-full|gate-tempest-dsvm-virtual-ironic)' +JOBS_RE = 'dsvm' CI_USERNAME = 'jenkins' GERRIT_QUERY_FILE = 'queries'