CI: consolidate target in meta-zephyr.yml

Message ID 20220211112035.2486405-1-ross.burton@arm.com
State New
Headers show
Series CI: consolidate target in meta-zephyr.yml | expand

Commit Message

Ross Burton Feb. 11, 2022, 11:20 a.m. UTC
Set a default target in meta-zephyr.yml to avoid duplication now that
most configurations build zephyr-kernel-test-all.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/meta-zephyr.yml     | 3 +++
 ci/microbit-v1.yml     | 3 ---
 ci/qemu-cortex-a53.yml | 3 ---
 ci/qemu-cortex-m3.yml  | 3 ---
 ci/qemu-cortex-r5.yml  | 3 ---
 5 files changed, 3 insertions(+), 12 deletions(-)

Comments

Jon Mason Feb. 11, 2022, 3:49 p.m. UTC | #1
On Fri, 11 Feb 2022 11:20:35 +0000, Ross Burton wrote:
> Set a default target in meta-zephyr.yml to avoid duplication now that
> most configurations build zephyr-kernel-test-all.

Applied, thanks!

[1/1] CI: consolidate target in meta-zephyr.yml
      commit: 4ccc5638b5dd610dd427b2359a95109cf8c17d2a

Best regards,

Patch

diff --git a/ci/meta-zephyr.yml b/ci/meta-zephyr.yml
index 20d54649..bdd0e2bb 100644
--- a/ci/meta-zephyr.yml
+++ b/ci/meta-zephyr.yml
@@ -8,3 +8,6 @@  repos:
     url: https://git.yoctoproject.org/git/meta-zephyr
     layers:
       meta-zephyr-core:
+
+target:
+  - zephyr-kernel-test-all
diff --git a/ci/microbit-v1.yml b/ci/microbit-v1.yml
index d00ee6ac..d78af2b2 100644
--- a/ci/microbit-v1.yml
+++ b/ci/microbit-v1.yml
@@ -9,6 +9,3 @@  local_conf_header:
     ZEPHYRTESTS:remove = "common"
 
 machine: microbit-v1
-
-target:
-  - zephyr-kernel-test-all
diff --git a/ci/qemu-cortex-a53.yml b/ci/qemu-cortex-a53.yml
index db8bdd80..3eec5801 100644
--- a/ci/qemu-cortex-a53.yml
+++ b/ci/qemu-cortex-a53.yml
@@ -7,6 +7,3 @@  header:
 # FIXME - testimage fails all tests currently, but all the tests build
 
 machine: qemu-cortex-a53
-
-target:
-  - zephyr-kernel-test-all
diff --git a/ci/qemu-cortex-m3.yml b/ci/qemu-cortex-m3.yml
index 85bbfc66..8a96037c 100644
--- a/ci/qemu-cortex-m3.yml
+++ b/ci/qemu-cortex-m3.yml
@@ -16,6 +16,3 @@  local_conf_header:
     ZEPHYRTESTS:remove = "context pending sleep"
 
 machine: qemu-cortex-m3
-
-target:
-  - zephyr-kernel-test-all
diff --git a/ci/qemu-cortex-r5.yml b/ci/qemu-cortex-r5.yml
index 474edc2b..cfcb7b93 100644
--- a/ci/qemu-cortex-r5.yml
+++ b/ci/qemu-cortex-r5.yml
@@ -9,6 +9,3 @@  local_conf_header:
     ZEPHYRTESTS:remove = "common poll sleep queue device"
 
 machine: qemu-cortex-r5
-
-target:
-  - zephyr-kernel-test-all