Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b95adaf
)
Enable test result pushing in periodic job
97/43597/1
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Fri, 29 Sep 2017 09:13:38 +0000
(17:13 +0800)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Fri, 29 Sep 2017 09:13:38 +0000
(17:13 +0800)
Change-Id: I06629a3155c1a49e79f618afab29591578354b54
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
tests/ci/periodic.sh
patch
|
blob
|
history
diff --git
a/tests/ci/periodic.sh
b/tests/ci/periodic.sh
index
5c488b8
..
ba97739
100755
(executable)
--- 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