diff mbox series

[1/3] ci/qemu-cortex-m3: remove common test

Message ID 20220722162323.2508-1-jon.mason@arm.com
State New
Headers show
Series [1/3] ci/qemu-cortex-m3: remove common test | expand

Commit Message

Jon Mason July 22, 2022, 4:23 p.m. UTC
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(-)

Comments

Jon Mason July 26, 2022, 8:47 p.m. UTC | #1
On Fri, 22 Jul 2022 12:23:21 -0400, Jon Mason wrote:
> 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.

Applied, thanks!

[1/3] ci/qemu-cortex-m3: remove common test
      commit: 2ae5842553b19d6d4cd26feb3daf500f8541a9b5
[2/3] CI: use uboot instead of none for juno
      commit: da044c88cd2b57f14fb847b6cda1e5736fc24636
[3/3] ci: do sato by default
      commit: 1590c21805e49d3f292e5973290850bb627e564a

Best regards,
diff mbox series

Patch

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"