1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 14:30:10 +00:00

CI: remove zephyr specific testimage hacks

meta-zephyr recently was fixed to allow for autotest.  Remove all the
zephyr testing hacks and use that.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-07-27 12:56:11 -04:00
parent ef879b5fb8
commit 6e4522e1c6
2 changed files with 3 additions and 13 deletions
+2 -13
View File
@@ -41,17 +41,6 @@ stages:
paths:
- $CI_PROJECT_DIR/work/build/tmp/work*/**/temp/log.do_*.*
# Workaround for Zephyr not currectly handling TESTIMAGE_AUTO
.build_and_test:
extends: .setup
script:
- KASFILES=$(./ci/jobs-to-kas "$CI_JOB_NAME")
- kas shell --update --force-checkout $KASFILES -c 'cat conf/*.conf'
- kas build $KASFILES
- kas build $KASFILES -c testimage
- ./ci/check-warnings $KAS_WORK_DIR/build/warnings.log
#
# Prep stage, update repositories once
#
@@ -138,7 +127,7 @@ juno:
FIRMWARE: [uboot, edk2]
microbit-v1:
extends: .build_and_test
extends: .build
parallel:
matrix:
- TESTING: testimage-zephyr
@@ -159,7 +148,7 @@ qemu-cortex-a53:
extends: .build
qemu-cortex-m3:
extends: .build_and_test
extends: .build
parallel:
matrix:
- TESTING: testimage-zephyr
+1
View File
@@ -6,3 +6,4 @@ local_conf_header:
IMAGE_CLASSES += "testimage"
TEST_TARGET = "QemuTargetZephyr"
TEST_SUITES = "zephyr"
TESTIMAGE_AUTO = "1"