X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fxci%2Fxci-verify-jobs.yml;h=4ff5eb4a1e33291ce16061816880464a66c760da;hb=0d280485cc374957858bb3908ea42a4af7131fc5;hp=59fdf841ccd5f251fef7c205c1d3be10de637526;hpb=116764c00f99e279d95f73a7077a219698195341;p=releng.git diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 59fdf841c..4ff5eb4a1 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -14,10 +14,13 @@ distro: - 'ubuntu': disabled: false + skip-vote: false - 'centos': disabled: true + skip-vote: true - 'opensuse': disabled: true + skip-vote: true #-------------------------------- # type #-------------------------------- @@ -103,6 +106,11 @@ - compare-type: ANT pattern: 'docs/**' readable-message: true + skip-vote: + successful: {skip-vote} + failed: {skip-vote} + unstable: {skip-vote} + notbuilt: {skip-vote} parameters: - project-parameter: @@ -244,14 +252,15 @@ export FUNCTEST_SUITE_NAME=$FUNCTEST_SUITE_NAME export XCI_FLAVOR=$XCI_FLAVOR export CLEAN_DIB_IMAGES=$CLEAN_DIB_IMAGES - export OPNFV_RELENG_DEV_PATH=$OPNFV_RELENG_DEV_PATH + export OPNFV_RELENG_DEV_PATH=/home/devuser/releng-xci/ export INSTALLER_TYPE=$INSTALLER_TYPE export GIT_BASE=$GIT_BASE export JENKINS_HOME=$JENKINS_HOME - cd releng-xci/xci - ./xci-deloy.sh + cd xci + ./xci-deploy.sh EOF + chmod a+x xci_test.sh ./xci/scripts/vm/start-new-vm.sh $DISTRO - shell: | @@ -263,7 +272,7 @@ exit 0 fi - ssh ${{DISTRO}}_xci_vm "cd releng-xci && ./xci_test.sh" + ssh ${DISTRO}_xci_vm "cd releng-xci && ./xci_test.sh" - builder: @@ -288,8 +297,8 @@ exit 0 fi - sudo virsh destroy ${{DISTRO}}_xci_vm - sudo virsh undefine ${{DISTRO}}_xci_vm + sudo virsh destroy ${DISTRO}_xci_vm + sudo virsh undefine ${DISTRO}_xci_vm # this will be enabled once the xci is prepared #- builder: