diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-07-25 11:54:26 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-07-25 10:04:06 +0000 |
commit | 1e2bf354994a7ec53c1acee2d1c2fe2208f7c905 (patch) | |
tree | 13b1c2ff519074f1e62fbb36677f21da5b0211c8 /resources/tools/report_gen | |
parent | 69a8a040b70ed67bbc7d3a820166871f815f1d9c (diff) |
CSIT-618 Release report update VIII
Change-Id: Idec390861aa5ac8a1a485d5996fbfef444ac8a29
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/report_gen')
-rw-r--r-- | resources/tools/report_gen/conf.py | 8 | ||||
-rw-r--r-- | resources/tools/report_gen/run_report.cfg | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/resources/tools/report_gen/conf.py b/resources/tools/report_gen/conf.py index b16cc4e42f..89dd45824f 100644 --- a/resources/tools/report_gen/conf.py +++ b/resources/tools/report_gen/conf.py @@ -69,8 +69,11 @@ rst_epilog = """ .. _tag documentation rst file: https://git.fd.io/csit/tree/docs/tag_documentation.rst?h=rls1707 .. _TRex intallation: https://git.fd.io/csit/tree/resources/tools/trex/trex_installer.sh?h=rls1707 .. _TRex driver: https://git.fd.io/csit/tree/resources/tools/trex/trex_stateless_profile.py?h=rls1707 -.. _CSIT Honeycomb Functional Tests Documentation: https://docs.fd.io/csit/rls1707/doc/tests.vpp.func.html -.. _CSIT Honeycomb Performance Tests Documentation: https://docs.fd.io/csit/rls1707/doc/tests.vpp.perf.html +.. _VIRL topologies directory: https://git.fd.io/csit/tree/resources/tools/virl/topologies/?h=rls1707 +.. _VIRL images lists: https://git.fd.io/csit/tree/resources/tools/disk-image-builder/ubuntu/lists/?h=rls1707 +.. _VIRL nested: https://git.fd.io/csit/tree/resources/tools/disk-image-builder/nested/?h=rls1707 +.. _CSIT Honeycomb Functional Tests Documentation: https://docs.fd.io/csit/rls1707/doc/tests.vpp.func.honeycomb.html +.. _CSIT Honeycomb Performance Tests Documentation: https://docs.fd.io/csit/rls1707/doc/tests.vpp.perf.honeycomb.html .. _CSIT DPDK Performance Tests Documentation: https://docs.fd.io/csit/rls1707/doc/tests.dpdk.perf.html .. _CSIT VPP Functional Tests Documentation: https://docs.fd.io/csit/rls1707/doc/tests.vpp.func.html .. _CSIT VPP Performance Tests Documentation: https://docs.fd.io/csit/rls1707/doc/tests.vpp.perf.html @@ -83,7 +86,6 @@ rst_epilog = """ .. _FD.io test executor honeycomb performance jobs: https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-perf-master-ubuntu1604/lastSuccessfulBuild .. _FD.io test executor NSH_SFC functional jobs: https://jenkins.fd.io/view/csit/job/csit-nsh_sfc-verify-func-1707-ubuntu1604-virl/lastSuccessfulBuild .. _FD.io VPP compile job: https://jenkins.fd.io/view/vpp/job/vpp-merge-1707-ubuntu1604/ -.. _FD.io VPP compile job: https://jenkins.fd.io/view/vpp/job/vpp-merge-1707-ubuntu1604/ .. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h=rls1707 """ diff --git a/resources/tools/report_gen/run_report.cfg b/resources/tools/report_gen/run_report.cfg index 57b2be0f94..5cd6b37c58 100644 --- a/resources/tools/report_gen/run_report.cfg +++ b/resources/tools/report_gen/run_report.cfg @@ -54,8 +54,8 @@ JOB[PERF,HC]=hc2vpp-csit-perf-master-ubuntu1604 JOB[PERF,HC,BLD]="8 9" JOB[FUNC,HC]=hc2vpp-csit-integration-1707-ubuntu1604 JOB[FUNC,HC,BLD]=lastSuccessfulBuild -JOB[FUNC,NSH]=hc2vpp-csit-integration-1707-ubuntu1604 -JOB[FUNC,NSH,BLD]=lastSuccessfulBuild +JOB[FUNC,NSH]=csit-nsh_sfc-verify-func-1707-ubuntu1604-virl +JOB[FUNC,NSH,BLD]=2 JOB[1704,PERF,VPP]=csit-vpp-perf-1704-all JOB[1704,VPP,BLD]="6 7 8 9 10 12 14 15 16 17" |