From ff1b4ba19e327d0b56e0e9eec64620bf73c491b3 Mon Sep 17 00:00:00 2001
From: Jon Mason <jon.mason@arm.com>
Date: Tue, 2 Aug 2022 11:50:53 -0400
Subject: [PATCH] CI: add more targets

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.mason@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.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 678b45d..bab03d3 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
-- 
GitLab