diff options
author | selias <samelias@cisco.com> | 2017-07-25 14:14:00 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-07-25 12:19:21 +0000 |
commit | 147e23435925c20f81a535fa2b243d6c606e1993 (patch) | |
tree | 519e44b5cf3abfffa5e6cb2083d8ff9e016b5ba8 | |
parent | dbd18f0609e3f221aaab50b580f33ad61f0da181 (diff) |
report content - honeycomb, part 3
Change-Id: Ib87ef43e2ccdcd12b942f623051a4f268dda1a42
Signed-off-by: selias <samelias@cisco.com>
(cherry picked from commit 601629148310349732f76259df0fc5b5e26ea9f7)
-rw-r--r-- | docs/report/honeycomb_performance_tests/csit_release_notes.rst | 3 | ||||
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/report/honeycomb_performance_tests/csit_release_notes.rst b/docs/report/honeycomb_performance_tests/csit_release_notes.rst index 75d5e9eb3b..c9a0444597 100644 --- a/docs/report/honeycomb_performance_tests/csit_release_notes.rst +++ b/docs/report/honeycomb_performance_tests/csit_release_notes.rst @@ -15,5 +15,6 @@ tests in VIRL: +---+--------------------------------------------+------------+----------------------------------------------------------------------------+
| # | Issue | Jira ID | Description |
+---+--------------------------------------------+------------+----------------------------------------------------------------------------+
-| 1 | | | |
+| 1 | Intermittent failures in Honeycomb startup | HC2VPP-199 | During test setup Honeycomb sometimes fails to start. Does not appear to |
+| | | | affect measured results, only fails test execution ocassionally. |
+---+--------------------------------------------+------------+----------------------------------------------------------------------------+
diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 3ce64b7c5c..a40d91dac7 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -125,8 +125,8 @@ if [[ ${DEBUG} -eq 0 ]] ; then blds=${JOB[PERF,HC,BLD]} for i in ${blds[@]}; do - curl --silent ${URL[JENKINS,HC]}/${JOB[PERF,HC]}/${JOB[PERF,HC,BLD]}/robot/report/\*zip\*/robot-plugin.zip \ - --output ${DIR[STATIC,ARCH]}/${JOB[PERF,HC]}-${JOB[PERF,HC,BLD]}.zip + curl --silent ${URL[JENKINS,HC]}/${JOB[PERF,HC]}/${i}/robot/report/\*zip\*/robot-plugin.zip \ + --output ${DIR[STATIC,ARCH]}/${JOB[PERF,HC]}-${i}.zip done fi |