30 10 -1 -1 false false ZUUL_BRANCH dev/experimental compass-bare false false false false H 2 * * 0-5 true #!/bin/bash -x if [[ -e compass-core ]]; then rm -rf compass-core fi git clone https://git.openstack.org/stackforge/compass-core -b $ZUUL_BRANCH cd compass-core if [[ -z $ZUUL_PROJECT ]]; then echo "ZUUL_PROJECT is not set" elif [[ -z $ZUUL_BRANCH ]]; then echo "ZUUL_BRANCH is not set" elif [[ -z $ZUUL_REF ]]; then echo "ZUUL_REF is not set" elif [[ "$ZUUL_PROJECT" != "stackforge/compass-core" ]]; then echo "$ZUUL_PROJECT is not stackforge/compass-core" else git_repo=$ZUUL_URL/stackforge/compass-core git_ref=$ZUUL_REF git_branch=$ZUUL_BRANCH git reset --hard remotes/origin/$git_branch git fetch $git_repo $git_ref git merge FETCH_HEAD git clean -x -f fi #!/bin/bash -x killall celeryd |exit 0 cp compass-core/misc/ci/*.sh . export tempest=true ./test-install.sh #!/bin/bash -x source compass-core/install/install.conf.template export tempest=true export tempest_network=true #export tempest_full=true REGTEST_CONF=regtest5.conf ./compass-core/regtest/regtest.sh dev@syscompass.org $PROJECT_DEFAULT_SUBJECT $PROJECT_DEFAULT_CONTENT true false false true default $DEFAULT_SUBJECT $DEFAULT_CONTENT http://12.234.32.44/logs/$PROJECT_NAME/$BUILD_ID local_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 $JOB_NAME/$BUILD_ID chef_logs/** true false true