All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ci/qemu-cortex-m3: remove common test
@ 2022-07-22 16:23 Jon Mason
  2022-07-22 16:23 ` [PATCH 2/3] CI: use uboot instead of none for juno Jon Mason
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jon Mason @ 2022-07-22 16:23 UTC (permalink / raw)
  To: meta-arm

The common test has a timing issue, causing it to intermittently fail.
Since it is not unique to our environment, remove it to prevent false
positive regressions.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 ci/qemu-cortex-m3.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/qemu-cortex-m3.yml b/ci/qemu-cortex-m3.yml
index 6f892a9e..f45cb9e1 100644
--- a/ci/qemu-cortex-m3.yml
+++ b/ci/qemu-cortex-m3.yml
@@ -13,7 +13,7 @@ local_conf_header:
   tclibc: |
     TCLIBC = "newlib"
   nonbuilding_tests: |
-    ZEPHYRTESTS:remove = "context pending poll sleep"
+    ZEPHYRTESTS:remove = "common context pending poll sleep"
   qemu_opts: |
     QB_OPT_APPEND = "-icount shift=3,align=off,sleep=on -rtc clock=vm"
 
-- 
2.17.1



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

end of thread, other threads:[~2022-07-26 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22 16:23 [PATCH 1/3] ci/qemu-cortex-m3: remove common test Jon Mason
2022-07-22 16:23 ` [PATCH 2/3] CI: use uboot instead of none for juno Jon Mason
2022-07-22 16:23 ` [PATCH 3/3] ci: do sato by default Jon Mason
2022-07-26 20:47 ` [PATCH 1/3] ci/qemu-cortex-m3: remove common test 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.