diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-02-07 10:40:01 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-02-07 10:40:01 +0100 |
commit | 2dd05d1daafcc5a4985a9593350aa2c0b290efa4 (patch) | |
tree | 66e9a6cd37e73762b6ed50cd2525c91eaaffff22 /resources | |
parent | 2c06090c7b919783a91d3ca9ca8c8319b5c35b07 (diff) |
Report: Configure 2001-07
Change-Id: I6323a3cf86bdebb6f1dc41a10fc840b5c80fab01
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/conf.py | 4 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 55807c2d00..76ac1f2b9c 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'05' +report_week = u'07' project = u'FD.io CSIT-2001.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' @@ -108,7 +108,7 @@ rst_epilog = u""" dpdkrelease=u'19.08', sdpdkrelease=u'1908', trex_version=u'v2.73', - vpp_release_commit_id=u'1c586de48cc76fc6eac50f5d87003e2a80aa43e7') + vpp_release_commit_id=u'fce396738f865293f0a023bc7f172086f81da456') # 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 f2a36b2cbb..cac3cdc881 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "05" \ + --week "07" \ --logging INFO \ --force |