summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick/yardstick-daily.sh
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2019-10-03 14:35:10 -0400
committerAric Gardner <agardner@linuxfoundation.org>2019-10-03 14:39:20 -0400
commit824a278e82c9bc5217d6f7c3d99511eb23334f70 (patch)
tree662c986ab25c5d91613337c89e4afb3153f3c7f2 /jjb/yardstick/yardstick-daily.sh
parentb7871b1916fc8941c39950a9fb05308432a3a065 (diff)
Remove all compass jobs
Remove all jobs associated or dependant on compass Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I2bdac50e535736e51d815fc12c4141158f1ef852
Diffstat (limited to 'jjb/yardstick/yardstick-daily.sh')
-rwxr-xr-xjjb/yardstick/yardstick-daily.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/jjb/yardstick/yardstick-daily.sh b/jjb/yardstick/yardstick-daily.sh
index dfe1404f0..91b3e8e0f 100755
--- a/jjb/yardstick/yardstick-daily.sh
+++ b/jjb/yardstick/yardstick-daily.sh
@@ -30,13 +30,6 @@ if [[ ${INSTALLER_TYPE} == 'joid' ]]; then
# If dev lab, credentials may not be the default ones, just provide a path to put them into docker
# replace the default one by the customized one provided by jenkins config
fi
-elif [[ ${INSTALLER_TYPE} == 'compass' ]]; then
- if [[ "${DEPLOY_SCENARIO:0:2}" == "k8" ]];then
- rc_file_vol="-v ${HOME}/admin.conf:/etc/yardstick/admin.conf"
- else
- cacert_file_vol="-v ${HOME}/os_cacert:/etc/yardstick/os_cacert"
- echo "export OS_CACERT=/etc/yardstick/os_cacert" >> ${HOME}/opnfv-openrc.sh
- fi
elif [[ ${INSTALLER_TYPE} == 'fuel' ]]; then
if [[ "${DEPLOY_SCENARIO:0:2}" == 'k8' ]]; then
rc_file_vol="-v ${HOME}/admin.conf:/etc/yardstick/admin.conf"