summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorRyota Mibu <r-mibu@cq.jp.nec.com>2017-07-24 14:14:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-24 14:14:39 +0000
commit21cf4e0dc660703ba5af6d4c5fd49b12b8c363d3 (patch)
tree99d92071119808f8c5cbc52598b77bf9c0e37cd0 /jjb
parent4611684d6277edc84f7633c336d5b2e959053814 (diff)
parentd782cf233511b372a7885b2afa6e438c962ba4f9 (diff)
Merge "fix the log name of functest result for doctor project"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/doctor/doctor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml
index 5bb8f7499..c6b2cb6d0 100644
--- a/jjb/doctor/doctor.yml
+++ b/jjb/doctor/doctor.yml
@@ -196,7 +196,7 @@
wget https://git.opnfv.org/functest/plain/functest/ci/download_images.sh -O functest/ci/download_images.sh
- 'functest-suite-builder'
- shell: |
- functest_log="$HOME/opnfv/functest/results/{stream}/{project}.log"
+ functest_log="$HOME/opnfv/functest/results/{stream}/$FUNCTEST_SUITE_NAME.log"
# NOTE: checking the test result, as the previous job could return
# 0 regardless the result of doctor test scenario.
grep -e ' OK$' $functest_log || exit 1
@@ -205,7 +205,7 @@
- archive:
artifacts: 'tests/*.log'
- archive:
- artifacts: 'functest_results/{project}.log'
+ artifacts: 'functest_results/$FUNCTEST_SUITE_NAME.log'
#####################################