From: Ryota MIBU Date: Wed, 16 Dec 2015 12:05:48 +0000 (+0900) Subject: doctor: make test script run in doctor-verify job X-Git-Tag: brahmaputra.1.0~294^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=fcc82d32bccc4656713c1c8f125d2f97f1f0989d;p=releng.git doctor: make test script run in doctor-verify job JIRA: DOCTOR-22 Change-Id: I55f0a0c1ce9d677a5209f3bf13691bc2810fd690 Signed-off-by: Ryota MIBU --- diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index b2fba9840..309177bde 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -1,7 +1,3 @@ -################################################### -# All the jobs except verify have been removed! -# They will only be enabled on request by projects! -################################################### - project: name: doctor @@ -53,10 +49,9 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' - forbidden-file-paths: + file-paths: - compare-type: ANT - pattern: 'docs/**|.gitignore' + pattern: 'tests/**' builders: - - shell: | - echo "Nothing to verify!" + - shell: "[ -e tests/run.sh ] && ./tests/run.sh"