Report: Configure 1904.21
[csit.git] / resources / tools / presentation / conf.py
index b465a4a..a8fedff 100644 (file)
@@ -45,8 +45,8 @@ source_suffix = ['.rst', '.md']
 master_doc = 'index'
 
 # General information about the project.
-report_week = '09'
-project = u'FD.io CSIT-1901.{week}'.format(week=report_week)
+report_week = '21'
+project = u'FD.io CSIT-1904.{week}'.format(week=report_week)
 copyright = u'2019, FD.io'
 author = u'FD.io CSIT'
 
@@ -88,8 +88,8 @@ rst_epilog = """
 .. _CSIT DMM Functional Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.dmm.func.html
 .. _CSIT VPP Device Tests Documentation: https://docs.fd.io/csit/{release}/doc/tests.vpp.device.html
 .. _VPP test framework documentation: https://docs.fd.io/vpp/{vpprelease}/vpp_make_test/html/
-.. _FD.io CSIT Testbeds - Xeon Haswell: https://git.fd.io/csit/tree/docs/lab/Testbeds_Xeon_Hsw_VIRL.md?h={release}
-.. _FD.io CSIT testbeds - Xeon Skylake, Arm, Atom: https://git.fd.io/csit/tree/docs/lab/Testbeds_Xeon_Skx_Arm_Atom.md?h={release}
+.. _FD.io CSIT Testbeds - Xeon Haswell: https://git.fd.io/csit/tree/docs/lab/testbeds_ucs_hsw_hw_bios_cfg.md?h={release}
+.. _FD.io CSIT testbeds - Xeon Skylake, Arm, Atom: https://git.fd.io/csit/tree/docs/lab/testbeds_sm_skx_hw_bios_cfg.md?h={release}
 .. _Ansible inventory - hosts: https://git.fd.io/csit/tree/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars?h={release}
 .. _FD.io test executor dpdk performance job 3n-hsw: https://jenkins.fd.io/view/csit/job/csit-dpdk-perf-verify-{srelease}-3n-hsw
 .. _FD.io test executor dpdk performance job 3n-skx: https://jenkins.fd.io/view/csit/job/csit-dpdk-perf-verify-{srelease}-3n-skx
@@ -108,20 +108,21 @@ rst_epilog = """
 .. _FD.io DPDK compile job: https://jenkins.fd.io/view/deb-dpdk/job/deb_dpdk-merge-{sdpdkrelease}-ubuntu1604/
 .. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release}
 .. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes
-.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease}
-""".format(release='rls1901',
+.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease}&id={vpp_release_commit_id}
+""".format(release='rls1904',
            report_week=report_week,
-           prev_release='rls1810',
-           srelease='1901',
-           csitrelease='1901',
-           csit_prev_release='1810',
-           vpprelease='19.01',
-           vpp_prev_release='18.10',
-           dpdkrelease='18.11',
-           sdpdkrelease='1808',
+           prev_release='rls1901',
+           srelease='1904',
+           csitrelease='1904',
+           csit_prev_release='1901',
+           vpprelease='19.04',
+           vpp_prev_release='19.01',
+           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',
+           vpp_release_commit_id='3d18a191aaf31ef8b1524ab80fed22a304adf75d')
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.