diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2018-01-16 08:14:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-16 08:14:28 +0000 |
commit | 4c5197806b1ce162e19854975648528b1d10e2e2 (patch) | |
tree | 229a24d9e35d2503a3dd98a351e9d0d44e0e5783 /jjb | |
parent | dc7000ff2c74bc5e91aadd3e48a25f8d2edccd4b (diff) | |
parent | 813d0c155a69285e0ee8f8f192869babb05d3b34 (diff) |
Merge "The '{is-skip-vote}' is always 'true' for the jobs"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yml | 35 |
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 |