diff mbox series

[meta-zephyr] ci: add zephyr-openthread-rcp test

Message ID 20220929153030.6087-1-jon.mason@arm.com
State New
Headers show
Series [meta-zephyr] ci: add zephyr-openthread-rcp test | expand

Commit Message

Jon Mason Sept. 29, 2022, 3:30 p.m. UTC
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@arm.com>
---
 ci/nrf52840-mdk-usb-dongle.yml | 14 ++++++++++++++
 ci/nrf52840dk-nrf52840.yml     |  1 +
 2 files changed, 15 insertions(+)

Comments

Jon Mason Sept. 29, 2022, 3:32 p.m. UTC | #1
On Thu, Sep 29, 2022 at 11:30 AM Jon Mason <jon.mason@arm.com> wrote:
>
> 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@arm.com>

I probably should've added this to the patch before submitting, but
the CI pipeline is
https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/654297811

> ---
>  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
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#58218): https://lists.yoctoproject.org/g/yocto/message/58218
> Mute This Topic: https://lists.yoctoproject.org/mt/93996985/3616920
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [jdmason@kudzu.us]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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