X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fbuildovs.sh;h=5270f03633671ecf9297f40bad40dd732de68a33;hb=refs%2Fchanges%2F79%2F10879%2F1;hp=fead8db3a63c7aabcc19b3d42823d49f24439dc9;hpb=e6eee91433297cc61314412bf7b81c969f806aeb;p=ovsnfv.git diff --git a/ci/buildovs.sh b/ci/buildovs.sh index fead8db..5270f03 100755 --- a/ci/buildovs.sh +++ b/ci/buildovs.sh @@ -75,7 +75,7 @@ fi echo ============================================= echo =======Build ovs rpm with DPDK and test in VM. echo -BuildAndTestOVS.sh -d -g master -p none -t +$BUILD_BASE/BuildAndTestOVS.sh -d -g master -p none -t # # Build special version of ovs with patches --TODO # @@ -98,7 +98,7 @@ fi # copy artifacts. if [[ "$JOB_NAME" =~ "daily" ]]; then - upload_artifacts.sh + $BUILD_BASE/../ci/upload_artifacts.sh fi if [ -d $TMP_RELEASE_DIR ]; then @@ -112,6 +112,6 @@ fi # Destroy VM if one has been deployed. Also remove any local installation of # DPDK and OVS # -sudo ../ci/clean.sh +sudo $BUILD_BASE/../ci/clean.sh exit 0