All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: consolidate target in meta-zephyr.yml
@ 2022-02-11 11:20 Ross Burton
  2022-02-11 15:49 ` Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2022-02-11 11:20 UTC (permalink / raw)
  To: meta-arm

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(-)

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
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] CI: consolidate target in meta-zephyr.yml
  2022-02-11 11:20 [PATCH] CI: consolidate target in meta-zephyr.yml Ross Burton
@ 2022-02-11 15:49 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2022-02-11 15:49 UTC (permalink / raw)
  To: meta-arm, Ross Burton

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,
-- 
Jon Mason <jon.mason@arm.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-11 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 11:20 [PATCH] CI: consolidate target in meta-zephyr.yml Ross Burton
2022-02-11 15:49 ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.