X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FRO%2Fstart_build;h=23a74c215fefaae2734c259e8a80aa66e24d69d1;hb=59699d6020c0c5622282ef53996bc11d64df5a40;hp=c711cd7bd4e3ad0b168eac209c0ae4aef91b1255;hpb=3ba0cdc505055c2acd6efbc1c1dfd495437221c7;p=osm%2Fdevops.git diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index c711cd7b..23a74c21 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build @@ -33,9 +33,15 @@ INFO "starting build" INFO " cleaning .pyc" rm -f *.pyc INFO " installing openmano packages and dependencies from current repo (--noclone)" -./scripts/install-openmano.sh --noclone -q +./scripts/install-openmano.sh --noclone --force -q INFO " compiling *.py" -python -m py_compile *.py #&& #uncomment to concatenate commands +#TEMPFILE="$(mktemp -q -p . "openmanolinker.XXXXXX.py")" +#trap 'rm -f "$TEMPFILE"' EXIT +#for i in vimconn*.py; do echo "import $i" >> $TEMPFILE; done +#python $TEMPFILE && +python -m py_compile *.py && #uncomment to concatenate commands +INFO " basic_test" && +./test/basictest.sh --force --insert-bashrc --install-openvim --init-openvim #&& #basic test HERE #&& #uncomment to concatenate commands RC=$?