From 163ad818b0eeef0ab075a4de06860295629794fc Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 11 Feb 2016 18:38:10 -0500 Subject: [PATCH] distribution-check should not skip vote Change-Id: Ia728318f3c9c9da4bb2c3cbbcce511c219f16a9d Signed-off-by: Thanh Ha --- jjb-templates/distribution-check.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb-templates/distribution-check.yaml b/jjb-templates/distribution-check.yaml index 4a77f22c9..9b344c999 100644 --- a/jjb-templates/distribution-check.yaml +++ b/jjb-templates/distribution-check.yaml @@ -61,10 +61,10 @@ - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' skip-vote: - successful: true - failed: true - unstable: true - notbuilt: true + successful: false + failed: false + unstable: false + notbuilt: false prebuilders: - wipe-org-opendaylight-repo -- 2.36.6