From 90ff55b51817c23d5070765435c69b585bd184fd Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 29 Sep 2017 17:13:38 +0800 Subject: Enable test result pushing in periodic job Change-Id: I06629a3155c1a49e79f618afab29591578354b54 Signed-off-by: Yujun Zhang --- tests/ci/periodic.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ci/periodic.sh b/tests/ci/periodic.sh index 5c488b87..ba97739c 100755 --- a/tests/ci/periodic.sh +++ b/tests/ci/periodic.sh @@ -9,6 +9,8 @@ set -e set -x +export TESTAPI_URL='http://testresults.opnfv.org/test/api/v1' + script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${script_dir}/utils/start_services.sh -- cgit 1.2.3-korg