summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/doctor/doctor.yml35
1 files changed, 25 insertions, 10 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml
index 561240158..95cb4765a 100644
--- a/jjb/doctor/doctor.yml
+++ b/jjb/doctor/doctor.yml
@@ -66,11 +66,27 @@
- git-scm-gerrit
triggers:
- - 'doctor-verify':
- project: '{project}'
- branch: '{branch}'
- files: 'doctor_tests/**'
- is-skip-vote: false
+ - gerrit:
+ server-name: 'gerrit.opnfv.org'
+ trigger-on:
+ - patchset-created-event:
+ exclude-drafts: 'false'
+ exclude-trivial-rebase: 'false'
+ exclude-no-code-change: 'false'
+ - draft-published-event
+ - comment-added-contains-event:
+ comment-contains-value: 'recheck'
+ - comment-added-contains-event:
+ comment-contains-value: 'reverify'
+ projects:
+ - project-compare-type: 'ANT'
+ project-pattern: '{project}'
+ branches:
+ - branch-compare-type: 'ANT'
+ branch-pattern: '**/{branch}'
+ file-paths:
+ - compare-type: ANT
+ pattern: 'doctor_tests/**'
builders:
- shell: |
@@ -182,7 +198,6 @@
project: '{project}'
branch: '{branch}'
files: 'doctor_tests/**'
- is-skip-vote: true
builders:
- shell: |
@@ -338,7 +353,7 @@
- compare-type: ANT
pattern: '{files}'
skip-vote:
- successful: '{is-skip-vote}'
- failed: '{is-skip-vote}'
- unstable: '{is-skip-vote}'
- notbuilt: '{is-skip-vote}'
+ successful: true
+ failed: true
+ unstable: true
+ notbuilt: true