User Tools

Site Tools


civilinfrastructureplatform:ciptesting:centalisedtesting:cioverview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
civilinfrastructureplatform:ciptesting:centalisedtesting:cioverview [2020/01/02 14:52]
patersonc [CIP Kernel Configurations]
civilinfrastructureplatform:ciptesting:centalisedtesting:cioverview [2022/12/01 18:05] (current)
patersonc [Real-Time Tests] Update links with working ones
Line 1: Line 1:
 ====== Continuous Integration Testing Overview ====== ====== Continuous Integration Testing Overview ======
-The CIP CI infrastructure monitors the CIP Kernel branches for changes. Once a change is detected a build process is kicked off using [[https://​docs.gitlab.com/​ee/​ci/​|GitLab CI/CD]] that provides binaries for a number of different Kernel configurations. These binaries are then tested on real hardware (where appropriate) using [[https://​validation.linaro.org/​static/​docs/​v2/​|LAVA]].+The CIP CI infrastructure monitors the CIP Kernel branches ​and upstream stable release candidates ​for changes. Once a change is detected a build process is kicked off using [[https://​docs.gitlab.com/​ee/​ci/​|GitLab CI/CD]] that provides binaries for a number of different Kernel configurations. These binaries are then tested on real hardware (where appropriate) using [[https://​validation.linaro.org/​static/​docs/​v2/​|LAVA]].
  
  
Line 7: Line 7:
 This checks that the provided Kernel will boot on the target device. This checks that the provided Kernel will boot on the target device.
  
-  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​3768+  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​796683
  
 === Spectre/​Meltdown Checker === === Spectre/​Meltdown Checker ===
Line 13: Line 13:
  
   * Test definition: https://​github.com/​Linaro/​test-definitions/​blob/​master/​automated/​linux/​spectre-meltdown-checker-test/​spectre-meltdown-checker-test.yaml   * Test definition: https://​github.com/​Linaro/​test-definitions/​blob/​master/​automated/​linux/​spectre-meltdown-checker-test/​spectre-meltdown-checker-test.yaml
-  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​3773 +  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​796614 
-  * Example test results: https://​lava.ciplatform.org/​results/​3773/​0_spectre-meltdown-checker-test+  * Example test results: https://​lava.ciplatform.org/​results/​796614/​0_spectre-meltdown-checker-test
  
 === Linux Test Project (LTP) === === Linux Test Project (LTP) ===
Line 33: Line 33:
  
   * Test definition: https://​github.com/​Linaro/​test-definitions/​blob/​master/​automated/​linux/​ltp   * Test definition: https://​github.com/​Linaro/​test-definitions/​blob/​master/​automated/​linux/​ltp
-  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​8494 +  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​793640 
-  * Example test results: https://​lava.ciplatform.org/​results/​8494/​2_ltp-timers-tests+  * Example test results: https://​lava.ciplatform.org/​results/​793640/​2_ltp-timers-tests 
 +==== Real-Time Tests ==== 
 +Some tests are designed specifically for Real-Time Linux enabled Kernels. 
 + 
 +=== Cyclictest === 
 +This test measures event latency in the Linux Kernel. 
 + 
 +  * Test definition: https://​github.com/​Linaro/​test-definitions/​blob/​master/​automated/​linux/​cyclictest/​cyclictest.yaml 
 +  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​779941 
 +  * Example test results: https://​lava.ciplatform.org/​results/​779941/​0_cyclictest 
 + 
 +=== Cyclicdeadline === 
 +Similar to cyclictest but uses SCHED_DEADLINE to measure jitter. 
 + 
 +  * Test definition: https://​github.com/​Linaro/​test-definitions/​blob/​master/​automated/​linux/​cyclicdeadline/​cyclicdeadline.yaml 
 +  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​779824 
 +  * Example test results: https://​lava.ciplatform.org/​results/​779824/​0_cyclicdeadline 
 + 
 +=== Hackbench === 
 +Linux scheduler stress test. 
 + 
 +  * Test definition: https://​github.com/​Linaro/​test-definitions/​blob/​master/​automated/​linux/​hackbench/​hackbench.yaml 
 +  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​779943 
 +  * Example test results: https://​lava.ciplatform.org/​results/​779943/​0_hackbench 
 + 
 +=== Cyclictest+Hackbench === 
 +This test measures event latency in the Linux Kernel, with hackbench running in the background to stress the system. This provides a more realistic use case for cyclictest. 
 + 
 +  * Test definition: https://​gitlab.com/​cip-project/​cip-testing/​linux-cip-ci/​-/​blob/​master/​lava_templates/​test_cyclictest+hackbench.yaml 
 +  * Example test job: https://​lava.ciplatform.org/​scheduler/​job/​796250 
 +  * Example test results: https://​lava.ciplatform.org/​results/​796250/​1_cyclictest 
 + 
 +==== When Tests are Run ==== 
 +^  Kernel ​ ^  Normal Testing ​ ^  Release Candidate Testing ​ ^ 
 +| v5.10.y-cip |  boot\\ smc  |  boot\\ smc\\ ltp  | 
 +| v5.10.y |  boot\\ smc  |  N/A  | 
 +| v4.19.y-cip |  boot\\ smc  |  boot\\ smc\\ ltp  | 
 +| v4.19.y-cip-rt |  boot\\ smc\\ cyclictest+hackbench ​ |  boot\\ smc\\ ltp\\ cyclictest+hackbench ​ | 
 +| v4.19.y |  boot\\ smc  |  N/A  | 
 +| v4.9.y |  boot\\ smc  |  N/A  | 
 +| v4.4.y-cip |  boot\\ smc  |  boot\\ smc\\ ltp  | 
 +| v4.4.y-cip-rt |  boot\\ smc\\ cyclictest+hackbench ​ |  boot\\ smc\\ ltp\\ cyclictest+hackbench ​ | 
 +| v4.4.y-st |  boot\\ smc  |  N/A  | 
 +| v4.4.y |  boot\\ smc  |  N/A  | 
 ==== CIP Kernel Configurations ==== ==== CIP Kernel Configurations ====
 The Kernel configurations that CIP is using are stored in the [[https://​gitlab.com/​cip-project/​cip-kernel/​cip-kernel-config|cip-kernel-config]] repository. The Kernel configurations that CIP is using are stored in the [[https://​gitlab.com/​cip-project/​cip-kernel/​cip-kernel-config|cip-kernel-config]] repository.
Line 43: Line 87:
  
 ^  Kernel ​ ^  Arch  ^  Configuration ​ ^  Built  ^  Tested ​ ^  Target Devices ​ ^  Device Tree  ^ ^  Kernel ​ ^  Arch  ^  Configuration ​ ^  Built  ^  Tested ​ ^  Target Devices ​ ^  Device Tree  ^
-v4.19.y-cip | arm | hitachi_cyclonev_defconfig |  Y  |  N  |  -  |  -  |+v5.10.y-cip | arm | cip_bbb_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_cyclonev_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  |
-| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7\\ r8a7745-iwg22d-sodimm ​ ​| ​ r8a7743-iwg20d-q7-dbcm-ca.dtb\\ r8a7745-iwg22d-sodimm-dbhd-ca.dtb ​ | +| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7 ​ |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
-| ::: | ::: | siemens_de0-nano-soc_defconfig |  Y  |  Y  |  ​Altera-Terasic-Deo-Nano ​ ​|  ​socfpga_cyclone5_de0_nano_soc.dtb  |+| ::: | ::: | siemens_de0-nano-soc_defconfig |  Y  |  Y  |  de0-nano-soc ​ |  socfpga_cyclone5_de0_nano_soc.dtb ​ | 
 +| ::: | ::: | siemens_imx6.config |  Y  |  N  |  -  |  -  | 
 +| ::: | arm64 | ctj_zynqmp_defconfig |  Y  |  Y  |  zynqmp-zcu102 ​ |  zynqmp-zcu102-rev1.0.dtb ​ | 
 +| ::: | ::: | moxa_eds_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | renesas_defconfig |  Y  |  Y  |  r8a774a1-hihope-rzg2m-ex ​ |  r8a774a1-hihope-rzg2m-ex.dtb ​ | 
 +| ::: | x86 | cip_qemu_defconfig |  Y  |  Y  |  qemu  |  N/A  | 
 +| ::: | ::: | plathome_obsvx2.config |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | siemens_ipc227e_defconfig |  Y  |  Y  |  x86-simatic-ipc227e ​ |  N/A  | 
 +| ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | toshiba_atom_baytrail_cip.config |  Y  |  N  |  -  |  -  | 
 +| v5.10.y | arm | cip_bbb_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_cyclonev_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7 ​ |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
 +| ::: | ::: | siemens_de0-nano-soc_defconfig |  Y  |  Y  |  ​de0-nano-soc  ​|  ​socfpga_cyclone5_de0_sockit.dtb  |
 | ::: | ::: | siemens_imx6.config |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_imx6.config |  Y  |  N  |  -  |  -  |
 | ::: | arm64 | moxa_eds_defconfig |  Y  |  N  |  -  |  -  | | ::: | arm64 | moxa_eds_defconfig |  Y  |  N  |  -  |  -  |
-| ::: | ::: | renesas_defconfig |  Y  |  ​ ​|  ​r8a774c0-ek874\\ r8a774a1-hihope-rzg2m-ex ​ ​|  ​r8a774c0-ek874.dtb\\ r8a774a1-hihope-rzg2m-ex.dtb ​ | +| ::: | ::: | renesas_defconfig |  Y  |  ​ ​| ​ -  |  -  | 
-| ::: | x86 | plathome_obsvx2.config |  Y  |  N  |  -  |  -  |+| ::: | x86 | cip_qemu_defconfig |  Y  |  Y  |  qemu  |  N/A  | 
 +| ::: | ::: | plathome_obsvx2.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_ipc227e_defconfig |  Y  |  Y  |  x86  |  N/A  | | ::: | ::: | siemens_ipc227e_defconfig |  Y  |  Y  |  x86  |  N/A  |
 | ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | toshiba_atom_baytrail_cip.config |  Y  |  N  |  -  |  -  | | ::: | ::: | toshiba_atom_baytrail_cip.config |  Y  |  N  |  -  |  -  |
-| v4.19.y-cip-rt | arm | hitachi_cyclonev_defconfig |  Y  |  N  |  -  |  -  |+| v4.19.y-cip | arm | cip_bbb_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_cyclonev_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  |
-| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7\\ r8a7745-iwg22d-sodimm ​ ​| ​ r8a7743-iwg20d-q7-dbcm-ca.dtb\\ r8a7745-iwg22d-sodimm-dbhd-ca.dtb ​ | +| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7 ​ ​| ​ r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
-| ::: | ::: | siemens_de0-nano-soc_defconfig |  Y  |  Y  |  ​Altera-Terasic-Deo-Nano  ​| ​ socfpga_cyclone5_de0_nano_soc.dtb ​ |+| ::: | ::: | siemens_de0-nano-soc_defconfig |  Y  |  Y  |  de0-nano-soc ​ |  socfpga_cyclone5_de0_nano_soc.dtb ​ | 
 +| ::: | ::: | siemens_imx6.config |  Y  |  N  |  -  |  -  | 
 +| ::: | arm64 | ctj_zynqmp_defconfig |  Y  |  Y  |  zynqmp-zcu102 ​ |  zynqmp-zcu102-rev1.0.dtb ​ | 
 +| ::: | ::: | moxa_eds_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | renesas_defconfig |  Y  |  Y  |  r8a774a1-hihope-rzg2m-ex ​ |  r8a774a1-hihope-rzg2m-ex.dtb ​ | 
 +| ::: | x86 | cip_qemu_defconfig |  Y  |  Y  |  qemu  |  N/A  | 
 +| ::: | ::: | plathome_obsvx2.config |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | siemens_ipc227e_defconfig |  Y  |  Y  |  x86-simatic-ipc227e ​ |  N/A  | 
 +| ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | toshiba_atom_baytrail_cip.config |  Y  |  N  |  -  |  -  | 
 +| v4.19.y-cip-rt | arm | cip_bbb_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_cyclonev_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7 ​ ​| ​ r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
 +| ::: | ::: | renesas_shmobile-rt_defconfig |  Y  |  Y<​sup>​1</​sup> ​ |  r8a7743-iwg20d-q7  |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
 +| ::: | ::: | siemens_de0-nano-soc_defconfig |  Y  |  Y  |  ​de0-nano-soc  ​| ​ socfpga_cyclone5_de0_nano_soc.dtb ​ |
 | ::: | ::: | siemens_imx6.config |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_imx6.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | socfpga_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | socfpga_defconfig |  Y  |  N  |  -  |  -  |
-| ::: | arm64 | moxa_eds_defconfig |  Y  |  N  |  -  |  -  | +| ::: | arm64 | ctj_zynqmp_defconfig |  Y  |  Y  |  zynqmp-zcu102 ​ |  zynqmp-zcu102-rev1.0.dtb ​ | 
-| ::: | ::: | renesas_defconfig |  Y  |  Y  |  ​r8a774c0-ek874\\ ​r8a774a1-hihope-rzg2m-ex ​ |  ​r8a774c0-ek874.dtb\\ r8a774a1-hihope-rzg2m-ex.dtb ​ | +| ::: | ::: | moxa_eds_defconfig |  Y  |  N  |  -  |  -  | 
-| ::: | x86 | plathome_obsvx2.config |  Y  |  N  |  -  |  -  |+| ::: | ::: | renesas_defconfig |  Y  |  Y  |  r8a774a1-hihope-rzg2m-ex ​ |  ​r8a774a1-hihope-rzg2m-ex.dtb  | 
 +| ::: | ::: | renesas-rt_defconfig |  Y  |  Y<​sup>​1</​sup> ​ |  r8a774a1-hihope-rzg2m-ex ​ |  ​r8a774a1-hihope-rzg2m-ex.dtb ​ | 
 +| ::: | x86 | cip_qemu_defconfig |  Y  |  Y  |  qemu  |  N/A  | 
 +| ::: | ::: | plathome_obsvx2.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_i386-rt.config |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_i386-rt.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  |
-| ::: | ::: | siemens_ipc227e_defconfig |  Y  |  Y  |  x86  |  N/A  |+| ::: | ::: | siemens_ipc227e_defconfig |  Y  |  Y  |  x86-simatic-ipc227e ​ ​| ​ N/A  |
 | ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | toshiba_atom_baytrail_cip.config |  Y  |  N  |  -  |  -  | | ::: | ::: | toshiba_atom_baytrail_cip.config |  Y  |  N  |  -  |  -  |
-| v4.4.y-cip | arm | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  |+| v4.19.y | arm | cip_bbb_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_cyclonev_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7 ​ |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
 +| ::: | ::: | siemens_de0-nano-soc_defconfig |  Y  |  Y  |  de0-nano-soc ​ |  socfpga_cyclone5_de0_sockit.dtb ​ | 
 +| ::: | ::: | siemens_imx6.config |  Y  |  N  |  -  |  -  | 
 +| ::: | arm64 | ctj_zynqmp_defconfig |  Y  |  Y  |  zynqmp-zcu102 ​ |  zynqmp-zcu102-rev1.0.dtb ​ | 
 +| ::: | ::: | moxa_eds_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | renesas_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | x86 | cip_qemu_defconfig |  Y  |  Y  |  qemu  |  N/A  | 
 +| ::: | ::: | plathome_obsvx2.config |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | siemens_ipc227e_defconfig |  Y  |  Y  |  x86-simatic-ipc227e ​ |  N/A  | 
 +| ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | toshiba_atom_baytrail_cip.config |  Y  |  N  |  -  |  -  | 
 +| v4.4.y-cip | arm | cip_bbb_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  |
-| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7\\ r8a7745-iwg22d-sodimm\\ r8a77470-iwg23s-sbc ​ ​| ​ r8a7743-iwg20d-q7-dbcm-ca.dtb\\ r8a7745-iwg22d-sodimm-dbhd-ca.dtb\\ r8a77470-iwg23s-sbc.dtb  |+| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7 ​ |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ |
 | ::: | ::: | siemens_am335x-axm2_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_am335x-axm2_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_am335x-draco_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_am335x-draco_defconfig |  Y  |  N  |  -  |  -  |
Line 83: Line 183:
 | ::: | ::: | toshiba_tegra_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | toshiba_tegra_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | toshiba_zynq_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | toshiba_zynq_defconfig |  Y  |  N  |  -  |  -  |
-| ::: | x86 | plathome_obsvx1.config |  Y  |  N  |  -  |  -  |+| ::: | x86 | cip_qemu_defconfig |  Y  |  Y  |  qemu  |  N/A  | 
 +| ::: | ::: | plathome_obsvx1.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | toshiba_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | toshiba_defconfig |  Y  |  N  |  -  |  -  |
-| v4.4.y-cip-rt | arm | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  |+| v4.4.y-cip-rt | arm | cip_bbb_defconfig |  Y  |  N  |  -  |  -  | 
 +| ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  |
-| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7\\ r8a7745-iwg22d-sodimm\\ r8a77470-iwg23s-sbc ​ ​| ​ r8a7743-iwg20d-q7-dbcm-ca.dtb\\ r8a7745-iwg22d-sodimm-dbhd-ca.dtb\\ r8a77470-iwg23s-sbc.dtb  |+| ::: | ::: | renesas_shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7 ​ |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
 +| ::: | ::: | renesas_shmobile-rt_defconfig |  Y  |  Y<​sup>​1</​sup> ​ |  r8a7743-iwg20d-q7  |  r8a7743-iwg20d-q7-dbcm-ca.dtb  |
 | ::: | ::: | siemens_am335x-axm2_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_am335x-axm2_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_am335x-draco_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_am335x-draco_defconfig |  Y  |  N  |  -  |  -  |
Line 99: Line 202:
 | ::: | ::: | toshiba_tegra_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | toshiba_tegra_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | toshiba_zynq_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | toshiba_zynq_defconfig |  Y  |  N  |  -  |  -  |
-| ::: | x86 | plathome_obsvx1.config |  Y  |  N  |  -  |  -  |+| ::: | x86 | cip_qemu_defconfig |  Y  |  Y  |  qemu  |  N/A  | 
 +| ::: | ::: | plathome_obsvx1.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_i386-rt.config |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_i386-rt.config |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | toshiba_defconfig |  Y  |  N  |  -  |  -  |
 +| v4.4.y | arm | cip_bbb_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | hitachi_omap_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | moxa_mxc_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | renesas_shmobile_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | siemens_am335x-axm2_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | siemens_am335x-draco_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | siemens_am335x-dxr2_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | siemens_am335x-etamin_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | siemens_am57xx-pxm3.config |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | siemens_dcu2.config |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | siemens_imx6_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | toshiba_tegra_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | ::: | toshiba_zynq_defconfig |  Y  |  N  |  -  |  -  |
 +| ::: | x86 | cip_qemu_defconfig |  Y  |  Y  |  qemu  |  N/A  |
 +| ::: | ::: | plathome_obsvx1.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_iot2000.config |  Y  |  N  |  -  |  -  |
 | ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | siemens_server_defconfig |  Y  |  N  |  -  |  -  |
 | ::: | ::: | toshiba_defconfig |  Y  |  N  |  -  |  -  | | ::: | ::: | toshiba_defconfig |  Y  |  N  |  -  |  -  |
  
 +<​sup>​1</​sup>​ Tested with Real Time specific tests
  
 ==== Extra Kernel Configurations ==== ==== Extra Kernel Configurations ====
Line 112: Line 235:
  
 ^  Kernel ​ ^  Arch  ^  Configuration ​ ^  Built  ^  Tested ​ ^  Target Devices ​ ^  Device Tree  ^ ^  Kernel ​ ^  Arch  ^  Configuration ​ ^  Built  ^  Tested ​ ^  Target Devices ​ ^  Device Tree  ^
-v4.19.y-cip | arm | shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7\\ r8a7745-iwg22d-sodimm ​ ​| ​ r8a7743-iwg20d-q7-dbcm-ca.dtb\\ r8a7745-iwg22d-sodimm-dbhd-ca.dtb ​ | +v5.10.y | arm | shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7 ​ |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
-| ::: | arm64 | defconfig |  Y  |  Y  |  ​r8a774c0-ek874\\ ​r8a774a1-hihope-rzg2m-ex ​ |  ​r8a774c0-ek874.dtb\\ ​r8a774a1-hihope-rzg2m-ex.dtb ​ | +| ::: | arm | multi_v7_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7  |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
-| v4.19.y-cip-rt ​| arm | shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7\\ r8a7745-iwg22d-sodimm ​ ​| ​ r8a7743-iwg20d-q7-dbcm-ca.dtb\\ r8a7745-iwg22d-sodimm-dbhd-ca.dtb ​ | +| ::: | arm64 | defconfig |  Y  |  Y  |  r8a774a1-hihope-rzg2m-ex ​ |  r8a774a1-hihope-rzg2m-ex.dtb ​ | 
-| ::: | arm64 | defconfig |  Y  |  ​ ​|  ​r8a774c0-ek874\\ r8a774a1-hihope-rzg2m-ex ​ ​|  ​r8a774c0-ek874.dtb\\ r8a774a1-hihope-rzg2m-ex.dtb ​ | +| ::: | x86 | defconfig |  Y  |  N  |  -  |  -  | 
-| v4.4.y-cip | arm | shmobile_defconfig |  Y  |  ​ ​|  ​r8a7743-iwg20d-q7\\ r8a7745-iwg22d-sodimm ​ ​|  ​r8a7743-iwg20d-q7-dbcm-ca.dtb\\ r8a7745-iwg22d-sodimm-dbhd-ca.dtb ​ | +| v4.19.y | arm | shmobile_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7 ​ |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
-v4.4.y-cip-rt ​| arm | shmobile_defconfig ​|  Y  |  ​ ​|  ​r8a7743-iwg20d-q7\\ r8a7745-iwg22d-sodimm ​ ​|  ​r8a7743-iwg20d-q7-dbcm-ca.dtb\\ r8a7745-iwg22d-sodimm-dbhd-ca.dtb ​ | +| ::: | arm | multi_v7_defconfig |  Y  |  Y  |  r8a7743-iwg20d-q7  |  r8a7743-iwg20d-q7-dbcm-ca.dtb ​ | 
 +| ::: | arm64 | defconfig |  Y  |  ​ ​| ​ -  ​|  ​ | 
 +| ::: | x86 | defconfig |  Y  |  N  ​| ​ -  ​|  ​-  | 
 +| v4.4.y | arm | shmobile_defconfig |  Y  |  ​ ​| ​ -  |  -  | 
 +::: | arm | multi_v7_defconfig ​|  Y  |  ​ ​| ​ -  ​|  ​ | 
 +| ::: | x86 | defconfig |  Y  |  N  |  ​-  |  -  |
civilinfrastructureplatform/ciptesting/centalisedtesting/cioverview.1577976728.txt.gz · Last modified: 2020/01/02 14:52 by patersonc