summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/doctor.yml
diff options
context:
space:
mode:
authorRyota Mibu <r-mibu@cq.jp.nec.com>2017-08-06 01:11:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-06 01:11:53 +0000
commitb9be488b266d57a0f67e854f39685b4c7c78f56c (patch)
tree3209be60e4ee8314323137417a919afc556fdfd9 /jjb/doctor/doctor.yml
parent6d415ab867543ed2c1fa23e24bcec36581b6fce7 (diff)
parentd572a7806becea565c7f8ccc06b164fc2970b2cb (diff)
Merge "Create experimental job for qtip integration"
Diffstat (limited to 'jjb/doctor/doctor.yml')
-rw-r--r--jjb/doctor/doctor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml
index c6b2cb6d0..a307b1885 100644
--- a/jjb/doctor/doctor.yml
+++ b/jjb/doctor/doctor.yml
@@ -114,6 +114,7 @@
- '{auto-trigger-name}':
project: '{project}'
branch: '{branch}'
+ files: 'tests/**'
builders:
- shell: "[ -e tests/run.sh ] && bash -n ./tests/run.sh"
@@ -179,6 +180,7 @@
- '{auto-trigger-name}':
project: '{project}'
branch: '{branch}'
+ files: 'tests/**'
builders:
- 'clean-workspace-log'
@@ -234,7 +236,7 @@
branch-pattern: '**/{branch}'
file-paths:
- compare-type: ANT
- pattern: 'tests/**'
+ pattern: '{files}'
skip-vote:
successful: true
failed: true