Turn off periodic smoke jobs

We switch to bvt jobs in another CI

Change-Id: I5339923b1234e0e3f86f4c54754f1302e1137243
This commit is contained in:
Artur Zarzycki 2017-03-24 13:44:19 +01:00
parent 5ce8fa3f97
commit bffbde2c04
2 changed files with 2 additions and 5 deletions

View File

@ -392,7 +392,9 @@ ccp_install
if [ ${COMPONENT} == "smoke" ]; then
sshpass -p vagrant ssh -o StrictHostKeyChecking=no vagrant@"${ADMIN_IP}" "echo ${SHARE_IP} ${SHARE_HOST} |sudo tee -a /etc/hosts"
set +e
ssh -i ~/.ssh/jenkins_storage share@share01-scc.ng.mirantis.net rm /srv/static/share/tests/tests/result-${VERSION}.xml
set -e
${SCP_COMMAND} ccp.yml vagrant@"${ADMIN_IP}":~/
${SSH_COMMAND} "ccp -vvv --debug --config-file ~/ccp.yml fetch"
${SCP_COMMAND} -r ~/skel/* vagrant@"${ADMIN_IP}":/tmp/ccp-repos/rally/service/files

View File

@ -168,8 +168,3 @@ projects:
- verify-jjb-project-config
post:
- update-jenkins-jobs
periodic:
- 'fuel-ccp-smoke-master-deployment'
- 'fuel-ccp-smoke-newton-deployment'
- 'fuel-ccp-smoke-ocata-deployment'
- 'fuel-ccp-smoke-mitaka-deployment'