30 -1 -1 -1 false false compass-bare-11 false false false false true #!/bin/bash -x if [[ ! -e compass-core ]]; then git clone http://git.openstack.org/openstack/compass-core cd compass-core if [[ ! -z $GERRIT_REFSPEC ]]; then git fetch https://review.openstack.org/openstack/compass-core $GERRIT_REFSPEC && git cherry-pick FETCH_HEAD cd .. fi else cd compass-core git remote set-url origin https://review.openstack.org/openstack/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/openstack/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 source compass-core/regtest/regtest.conf export tempest=true export tempest_network=true export tempest_full=true /bin/bash compass-core/regtest/regtest.sh xyzjerry2258@hotmail.com, dev@syscompass.org $PROJECT_DEFAULT_SUBJECT $PROJECT_DEFAULT_CONTENT true false false true $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/**/*.log true false true $JOB_NAME/$BUILD_ID compass_logs/*.log true false true $JOB_NAME/$BUILD_ID compass_logs/*.py true false true