From: Tibor Frank Date: Mon, 6 Apr 2020 04:28:11 +0000 (+0200) Subject: Report: Configure report 2001.15 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=1609f84764026eb0d9a7ea12a419c96883bd9ddf Report: Configure report 2001.15 Change-Id: I4926a15e0b89507aad89845e12385ba34adfd68d Signed-off-by: Tibor Frank (cherry picked from commit 8e601d0f37f715ca4ce55dded8bc27cadfe175c2) (cherry picked from commit 68013aca801c8792b16c83efeb50e8056cbf9f4e) --- diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index 11828810b9..691e468cc4 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,15 +6,24 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ +<<<<<<< HEAD (ede849 Report: Add pdf version) <<<<<<< HEAD (35a360 Report: Add data) +======= +<<<<<<< HEAD (ef4187 Report: Add pdf version) +>>>>>>> CHANGE (68013a Report: Configure report 2001.15) | .13 | 1. Added data: | ======= +<<<<<<< HEAD (ede849 Report: Add pdf version) <<<<<<< HEAD (d4f9e9 CSIT-1597 API cleanup: acl) | .12 | 1. Added data: | ======= | .14 | 1. Added data: | >>>>>>> CHANGE (0ed80e Report: COnfigure reoirt 2001.14) >>>>>>> CHANGE (bdfc93 Report: COnfigure reoirt 2001.14) +======= +| .15 | 1. Added data: | +>>>>>>> CHANGE (8e601d Report: Configure report 2001.15) +>>>>>>> CHANGE (68013a Report: Configure report 2001.15) | | | | | - VPP performance tests 2n-skx | | | | @@ -30,7 +39,17 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. | | 2n-skx and 3n-skx. | | | | +----------------+------------------------------------------------------------+ +<<<<<<< HEAD (ede849 Report: Add pdf version) <<<<<<< HEAD (35a360 Report: Add data) +======= +<<<<<<< HEAD (ef4187 Report: Add pdf version) +======= +| .14 | Skipped. | ++----------------+------------------------------------------------------------+ +| .13 | Skipped. | ++----------------+------------------------------------------------------------+ +>>>>>>> CHANGE (8e601d Report: Configure report 2001.15) +>>>>>>> CHANGE (68013a Report: Configure report 2001.15) | .12 | Skipped. | +----------------+------------------------------------------------------------+ ======= diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 07569dcef5..9c70d97139 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -46,15 +46,24 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. +<<<<<<< HEAD (ede849 Report: Add pdf version) <<<<<<< HEAD (35a360 Report: Add data) +======= +<<<<<<< HEAD (ef4187 Report: Add pdf version) +>>>>>>> CHANGE (68013a Report: Configure report 2001.15) report_week = u'13' ======= +<<<<<<< HEAD (ede849 Report: Add pdf version) <<<<<<< HEAD (d4f9e9 CSIT-1597 API cleanup: acl) report_week = u'12' ======= report_week = u'14' >>>>>>> CHANGE (0ed80e Report: COnfigure reoirt 2001.14) >>>>>>> CHANGE (bdfc93 Report: COnfigure reoirt 2001.14) +======= +report_week = u'15' +>>>>>>> CHANGE (8e601d Report: Configure report 2001.15) +>>>>>>> CHANGE (68013a Report: Configure report 2001.15) project = u'FD.io CSIT-2001.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index f661c99c7a..5c4dcfd6e2 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,15 +38,24 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ +<<<<<<< HEAD (ede849 Report: Add pdf version) <<<<<<< HEAD (35a360 Report: Add data) +======= +<<<<<<< HEAD (ef4187 Report: Add pdf version) +>>>>>>> CHANGE (68013a Report: Configure report 2001.15) --week "13" \ ======= +<<<<<<< HEAD (ede849 Report: Add pdf version) <<<<<<< HEAD (d4f9e9 CSIT-1597 API cleanup: acl) --week "12" \ ======= --week "14" \ >>>>>>> CHANGE (0ed80e Report: COnfigure reoirt 2001.14) >>>>>>> CHANGE (bdfc93 Report: COnfigure reoirt 2001.14) +======= + --week "15" \ +>>>>>>> CHANGE (8e601d Report: Configure report 2001.15) +>>>>>>> CHANGE (68013a Report: Configure report 2001.15) --logging INFO \ --force