Turn off periodic smoke jobs
We switch to bvt jobs in another CI Change-Id: I5339923b1234e0e3f86f4c54754f1302e1137243
This commit is contained in:
parent
5ce8fa3f97
commit
bffbde2c04
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user