ci: switch testing from OSPv2 A-Step board to B-Step board

Since OSPv2 B-Step devices are de-facto a standard devices currently
being sold, it was decided to start using them for testing in prplOS CI
instead of current OSPv2 A-Step boards.

References: PCF-2200
Signed-off-by: Petr Štetiar <petr.stetiar@prplfoundation.org>
(cherry picked from commit 7310621934)
This commit is contained in:
Petr Štetiar
2025-11-15 06:15:30 +00:00
parent 13e610152b
commit 3d2335eb84
6 changed files with 13 additions and 10 deletions

View File

@@ -45,6 +45,9 @@ stages:
build test mxl_x86_osp_tb341_v2 mxl_wlan_hostap_ng_wav700 prpl cellular security thread:
extends: .build test config
build test mxl_x86_osp_wgrtd159be_b_v2 mxl_wlan_hostap_ng_wav700 prpl cellular security thread:
extends: .build test config
build test mvebu prpl security:
extends: .build test config
@@ -78,7 +81,7 @@ run test Haze initramfs:
extends: .prpl-haze testbed
run test MXL25641-HDK-6 with system on eMMC:
needs: ["build test mxl_x86_osp_tb341_v2 mxl_wlan_hostap_ng_wav700 prpl cellular security thread"]
needs: ["build test mxl_x86_osp_wgrtd159be_b_v2 mxl_wlan_hostap_ng_wav700 prpl cellular security thread"]
extends: .mxl25641-hdk-6 testbed
run test Freedom initramfs:

View File

@@ -1,5 +1,5 @@
.mxl25641-cdrouter: &mxl25641_cdrouter
needs: ["build test mxl_x86_osp_tb341_v2 mxl_wlan_hostap_ng_wav700 prpl cellular security thread"]
needs: ["build test mxl_x86_osp_wgrtd159be_b_v2 mxl_wlan_hostap_ng_wav700 prpl cellular security thread"]
extends:
- .mxl25641-hdk-6 testbed
- .cdrouter

View File

@@ -7,9 +7,9 @@
DUT_BOARD: mxl25641-hdk-6
LABGRID_TARGET: mxl25641-hdk-6-emmc
TFTP_IMAGE_PATH: bin/targets/intel_x86/lgm/single-images
TFTP_IMAGE_FILENAME: prplos-intel_x86-lgm-PRPL_OSP_TB341_v2-osp_tb341_v2_wav700_fullimage.fit
TFTP_IMAGE_FILENAME_PATTERN: /.*prplos-intel_x86-lgm-PRPL_OSP_TB341_v2-osp_tb341_v2_wav700_fullimage.fit/
TFTP_IMAGE_FILENAME: prplos-intel_x86-lgm-PRPL_OSPv2_WGRTD159BE_B-wav700_fullimage.fit
TFTP_IMAGE_FILENAME_PATTERN: /.*prplos-intel_x86-lgm-PRPL_OSPv2_WGRTD159BE_B-wav700_fullimage.fit/
DUT_ARCH_PACKAGES_PATH: $PACKAGE_DIR/${DUT_ARCH}
CDROUTER_CONFIG_LAN_IFACE_ALIAS: cpe-lan2
tags:
- dut-mxl25641-hdk-6
- dut-mxl25641-hdk-6-b

View File

@@ -10,8 +10,8 @@ Assure expected build configuration (PCF-1413):
CONFIG_TARGET_intel_x86=y
CONFIG_TARGET_intel_x86_lgm=y
CONFIG_TARGET_MULTI_PROFILE=y
CONFIG_TARGET_DEVICE_intel_x86_lgm_DEVICE_PRPL_OSP_TB341_v2=y
CONFIG_TARGET_DEVICE_PACKAGES_intel_x86_lgm_DEVICE_PRPL_OSP_TB341_v2=""
CONFIG_TARGET_DEVICE_intel_x86_lgm_DEVICE_PRPL_OSPv2_WGRTD159BE_B=y
CONFIG_TARGET_DEVICE_PACKAGES_intel_x86_lgm_DEVICE_PRPL_OSPv2_WGRTD159BE_B=""
CONFIG_DEVEL=y
CONFIG_TOOLCHAINOPTS=y
CONFIG_BUSYBOX_CUSTOM=y
@@ -793,7 +793,7 @@ Assure expected build configuration (PCF-1413):
CONFIG_PACKAGE_tr181-usermanagement=y
CONFIG_PACKAGE_tr181-xpon=y
CONFIG_PACKAGE_uboot-envtools=y
CONFIG_PACKAGE_uboot-octopus-urx641-overlay-fit-p34x-phy-emmc-prpl=y
CONFIG_PACKAGE_uboot-octopus-urx641-4GB-ddr-overlay-fit-p34x-phy-emmc-prpl=y
CONFIG_PACKAGE_ucode-mod-ubus=m
CONFIG_PACKAGE_ucode-mod-uci=m
CONFIG_PACKAGE_umbim=y

View File

@@ -158,7 +158,7 @@ targets:
- setenv serverip 192.168.1.2
- setenv ipaddr 192.168.1.1
- setenv lcm_data_block_start 0xa6c00
- setenv fullimage prplos-intel_x86-lgm-PRPL_OSP_TB341_v2-osp_tb341_v2_wav700_fullimage.fit
- setenv fullimage prplos-intel_x86-lgm-PRPL_OSPv2_WGRTD159BE_B-wav700_fullimage.fit
- mmc dev 0 && mmc erase ${lcm_data_block_start} 0x400
- mmc dev 0 && mmc erase ${rootfs_data_block_start} ${rootfs_data_block_size} && run update_fullimage
UBootStrategy: {}

View File

@@ -220,7 +220,7 @@ targets:
- setenv serverip 192.168.1.2
- setenv ipaddr 192.168.1.1
- setenv lcm_data_block_start 0xa6c00
- setenv fullimage prplos-intel_x86-lgm-PRPL_OSP_TB341_v2-osp_tb341_v2_wav700_fullimage.fit
- setenv fullimage prplos-intel_x86-lgm-PRPL_OSPv2_WGRTD159BE_B-wav700_fullimage.fit
- mmc dev 0 && mmc erase ${lcm_data_block_start} 0x400
- mmc dev 0 && mmc erase ${rootfs_data_block_start} ${rootfs_data_block_size} && run update_fullimage
UBootStrategy: {}