diff mbox series

[meta-zephyr,2/2,mickledore] CI: Disable testimage on qemu-cortex-a9

Message ID 20230509155256.2315498-2-peter.hoyes@arm.com
State New
Headers show
Series [meta-zephyr,1/2,mickledore] CI: Update to mickledore | expand

Commit Message

Peter Hoyes May 9, 2023, 3:52 p.m. UTC
From: Peter Hoyes <Peter.Hoyes@arm.com>

Runtime validation is currently failing on qemu-cortex-a9 for
undiagnosed reasons. Disable testimage on this machine for now until it
has been fixed.

Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ecf132..4dac1b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,7 +129,6 @@  qemu-cortex-a9:
   parallel:
     matrix:
       - TOOLCHAIN: [default, zephyr-toolchain]
-        TESTING: testimage
 
 qemu-cortex-m0:
   extends: .build