diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-04-23 09:01:12 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-04-23 07:04:02 +0000 |
commit | 4fe0ff9e44245b591a272a9ddd64af8d266f0ab6 (patch) | |
tree | 38528da4b2983387013e9ced49ba5282abcffef0 | |
parent | 0aab3282e3f29343068a69c7f3d83a31f1fdad13 (diff) |
CSIT-1487: Configure PAL for the Report 1904
- change the week number
- add pdf generation
- change ubuntu and centos images
Change-Id: Iadea2f3dd9cfd77b508bf16ffd154bbd4f1145bf
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 682304e2d3d321ba3715b21ff31549937d56cc2f)
-rw-r--r-- | resources/tools/presentation/conf.py | 6 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 | ||||
-rw-r--r-- | resources/tools/presentation/specification.yaml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index f46d7c026e..f0eb269c8c 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '16' +report_week = '17' project = u'FD.io CSIT-1904.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' @@ -120,8 +120,8 @@ rst_epilog = """ dpdkrelease='19.02', sdpdkrelease='1902', trex_version='v2.35', - csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-01-04_2.3', - csit_centos_ver='csit-centos-7.4-1711_2019-01-04_2.1') + csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-03-27_2.4', + csit_centos_ver='csit-centos-7.6-1810_2019-04-15_2.4') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 473dcd8848..3b5fd4b0e0 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "13" \ + --week "17" \ --logging INFO \ --force diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 3e02af0c6e..ec643964ca 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -1760,8 +1760,8 @@ format: html: - full -# pdf: -# - minimal + pdf: + - minimal ################################################################################ ### T A B L E S ### |