Date
1 - 2 of 2
[meta-zephyr][PATCH] ci: add zephyr-openthread-rcp test
Jon Mason
zephyr-openthread-rcp support was recently added to
nrf52840-mdk-usb-dongle and nrf52840dk-nrf52840. Add this to the targets for both machines, which necessitates adding a target entry for nrf52840-mdk-usb-dongle. Signed-off-by: Jon Mason <jon.mason@...> --- ci/nrf52840-mdk-usb-dongle.yml | 14 ++++++++++++++ ci/nrf52840dk-nrf52840.yml | 1 + 2 files changed, 15 insertions(+) diff --git a/ci/nrf52840-mdk-usb-dongle.yml b/ci/nrf52840-mdk-usb-dongle.yml index 0dc3433..e9a36a0 100644 --- a/ci/nrf52840-mdk-usb-dongle.yml +++ b/ci/nrf52840-mdk-usb-dongle.yml @@ -4,3 +4,17 @@ header: - ci/base.yml machine: nrf52840-mdk-usb-dongle + +target: + - zephyr-blinky + - zephyr-coap-client + - zephyr-coap-server + - zephyr-echo-client + - zephyr-helloworld + - zephyr-http-client + - zephyr-kernel-test-all + - zephyr-mqtt-publisher + - zephyr-openthread-rcp + - zephyr-peripheral-esp + - zephyr-peripheral-hr + - zephyr-philosophers diff --git a/ci/nrf52840dk-nrf52840.yml b/ci/nrf52840dk-nrf52840.yml index a0c1587..1b16af1 100644 --- a/ci/nrf52840dk-nrf52840.yml +++ b/ci/nrf52840dk-nrf52840.yml @@ -15,6 +15,7 @@ target: - zephyr-kernel-test-all - zephyr-lvgl - zephyr-mqtt-publisher + - zephyr-openthread-rcp - zephyr-peripheral-esp - zephyr-peripheral-hr - zephyr-philosophers -- 2.17.1 |
|
Jon Mason
On Thu, Sep 29, 2022 at 11:30 AM Jon Mason <jon.mason@...> wrote:
I probably should've added this to the patch before submitting, but the CI pipeline is https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/654297811 --- |
|