The autotest change allows for the list of targets to be built to be
larger.  Add more targets to increase the build coverage of CI.
Unfortunately, there are some platforms that do not build everything.
So, clip those down to those that work for all.  Also, there are a few
targets unique to certain platforms.  So, expand those to have coverage.

Signed-off-by: Jon Mason <jon.ma...@arm.com>
---
 ci/96b-nitrogen.yml        | 14 ++++++++++++++
 ci/arduino-nano-33-ble.yml | 15 +++++++++++++++
 ci/base.yml                |  2 ++
 ci/nrf52840dk-nrf52840.yml | 14 ++++++++++++++
 ci/stm32mp157c-dk2.yml     |  7 +++++++
 5 files changed, 52 insertions(+)

diff --git a/ci/96b-nitrogen.yml b/ci/96b-nitrogen.yml
index d033d02..9b685fe 100644
--- a/ci/96b-nitrogen.yml
+++ b/ci/96b-nitrogen.yml
@@ -4,3 +4,17 @@ header:
     - ci/base.yml
 
 machine: 96b-nitrogen
+
+target:
+  - zephyr-blinky
+  - zephyr-coap-client
+  - zephyr-coap-server
+  - zephyr-echo-client
+  - zephyr-hci-uart
+  - zephyr-helloworld
+  - zephyr-http-client
+  - zephyr-kernel-test-all
+  - zephyr-mqtt-publisher
+  - zephyr-peripheral-esp
+  - zephyr-peripheral-hr
+  - zephyr-philosophers
diff --git a/ci/arduino-nano-33-ble.yml b/ci/arduino-nano-33-ble.yml
index eb878b9..1035118 100644
--- a/ci/arduino-nano-33-ble.yml
+++ b/ci/arduino-nano-33-ble.yml
@@ -4,3 +4,18 @@ header:
     - ci/base.yml
 
 machine: arduino-nano-33-ble
+
+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-echo-client
+  - zephyr-openthread-rcp
+  - zephyr-peripheral-esp
+  - zephyr-peripheral-hr
+  - zephyr-philosophers
diff --git a/ci/base.yml b/ci/base.yml
index cf6a906..f85d780 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -33,4 +33,6 @@ local_conf_header:
 machine: unset
 
 target:
+  - zephyr-helloworld
   - zephyr-kernel-test-all
+  - zephyr-philosophers
diff --git a/ci/nrf52840dk-nrf52840.yml b/ci/nrf52840dk-nrf52840.yml
index 53ab8af..a0c1587 100644
--- a/ci/nrf52840dk-nrf52840.yml
+++ b/ci/nrf52840dk-nrf52840.yml
@@ -4,3 +4,17 @@ header:
     - ci/base.yml
 
 machine: nrf52840dk-nrf52840
+
+target:
+  - zephyr-blinky
+  - zephyr-coap-client
+  - zephyr-coap-server
+  - zephyr-echo-client
+  - zephyr-helloworld
+  - zephyr-http-client
+  - zephyr-kernel-test-all
+  - zephyr-lvgl
+  - zephyr-mqtt-publisher
+  - zephyr-peripheral-esp
+  - zephyr-peripheral-hr
+  - zephyr-philosophers
diff --git a/ci/stm32mp157c-dk2.yml b/ci/stm32mp157c-dk2.yml
index 8929b00..3dc04a5 100644
--- a/ci/stm32mp157c-dk2.yml
+++ b/ci/stm32mp157c-dk2.yml
@@ -4,3 +4,10 @@ header:
     - ci/base.yml
 
 machine: stm32mp157c-dk2
+
+target:
+  - zephyr-blinky
+  - zephyr-helloworld
+  - zephyr-kernel-test-all
+  - zephyr-philosophers
+  - zephyr-openamp-rsc-table
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#57681): https://lists.yoctoproject.org/g/yocto/message/57681
Mute This Topic: https://lists.yoctoproject.org/mt/92685669/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to