From: Fatih Degirmenci Date: Wed, 27 Sep 2017 16:03:25 +0000 (+0200) Subject: xci: Skip voting from Centos and OpenSUSE jobs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4edf1fb6f28aaa38e66854288f6dbd371a29db94;p=releng.git xci: Skip voting from Centos and OpenSUSE jobs Change-Id: I263417a7c2ae7a185a75a53e0352112ae5900afe Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index b3e81e128..b6c08acb1 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -14,13 +14,13 @@ distro: - 'ubuntu': disabled: false - skip-vote: false + voting: true - 'centos': disabled: false - skip-vote: true + voting: false - 'opensuse': disabled: false - skip-vote: true + voting: false #-------------------------------- # type #-------------------------------- @@ -113,10 +113,10 @@ pattern: 'docs/**' readable-message: true skip-vote: - successful: {skip-vote} - failed: {skip-vote} - unstable: {skip-vote} - notbuilt: {skip-vote} + successful: '{obj:voting}' + failed: '{obj:voting}' + unstable: '{obj:voting}' + notbuilt: '{obj:voting}' parameters: - project-parameter: