30 -1 -1 -1 false false compass-demo false false false false true #!/bin/bash -x if [[ ! -e compass-core ]]; then git clone http://git.openstack.org/stackforge/compass-core cd compass-core if [[ ! -z $GERRIT_REFSPEC ]]; then git fetch https://review.openstack.org/stackforge/compass-core $GERRIT_REFSPEC && git cherry-pick FETCH_HEAD cd .. fi else cd compass-core git remote set-url origin https://review.openstack.org/stackforge/compass-core git remote update git reset --hard git clean -x -f -d -q git checkout master git reset --hard remotes/origin/master git clean -x -f -d -q if [[ ! -z $GERRIT_REFSPEC ]]; then git fetch https://review.openstack.org/stackforge/compass-core $GERRIT_REFSPEC && git cherry-pick FETCH_HEAD fi cd .. fi #!/bin/bash -x cp compass-core/misc/ci/*.sh . export tempest=true ./test-install.sh source compass-core/install/install.conf.template compass check ci_log_server $JOB_NAME/$BUILD_ID true true true $JOB_NAME/$BUILD_ID cobbler_logs/** true false true $JOB_NAME/$BUILD_ID compass_logs/*.log true false true $JOB_NAME/$BUILD_ID compass_logs/*.py true false true