doctor: make test script run in doctor-verify job 55/4655/2
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Wed, 16 Dec 2015 12:05:48 +0000 (21:05 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 17 Dec 2015 14:29:54 +0000 (23:29 +0900)
JIRA: DOCTOR-22

Change-Id: I55f0a0c1ce9d677a5209f3bf13691bc2810fd690
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
jjb/doctor/doctor.yml

index b2fba98..309177b 100644 (file)
@@ -1,7 +1,3 @@
-###################################################
-# All the jobs except verify have been removed!
-# They will only be enabled on request by projects!
-###################################################
 - project:
     name: doctor
 
                 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"