diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-09-13 23:05:50 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-09-13 23:05:50 +0900 |
commit | 93eab81920c310dd22ecd5da4ff23b4d0525f625 (patch) | |
tree | c94adb41aeccc75a24cb98826589a696f69ff4f7 | |
parent | 51a3806ba98cf2fa3e6ae03c0cd4a7781c89330b (diff) |
doctor: skip voting from results of immature jobs
Change-Id: I8bfe946c6708f2d0eb0b1c583e1a522d4d797e93
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-rw-r--r-- | jjb/doctor/doctor.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index ead6c00a1..2d0bbfb04 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -130,6 +130,11 @@ file-paths: - compare-type: ANT pattern: 'tests/**' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true builders: - 'functest-suite-builder': |