Merge "Capture all dsvm jobs with the default jobs regex"

This commit is contained in:
Jenkins 2016-11-17 18:44:16 +00:00 committed by Gerrit Code Review
commit 56a2cc2a94
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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'