mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 14:50:03 +00:00
ci: do sato by default
Change to use sato by default. Unfortunately, there are some bugs found by this change. For those systems, change it back to base until the issues can be resolved. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+4
-1
@@ -44,7 +44,10 @@ local_conf_header:
|
||||
CORE_IMAGE_EXTRA_INSTALL += "perf"
|
||||
sshkeys: |
|
||||
CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys"
|
||||
universally_failing_tests: |
|
||||
TEST_SUITES:remove = "opkg"
|
||||
|
||||
machine: unset
|
||||
|
||||
target:
|
||||
- core-image-base
|
||||
- core-image-sato
|
||||
|
||||
@@ -11,3 +11,6 @@ local_conf_header:
|
||||
# Clang causes more binaries to have buildpaths in the debug symbols
|
||||
# https://github.com/llvm/llvm-project/issues/56609
|
||||
WARN_QA:remove = "buildpaths"
|
||||
|
||||
target:
|
||||
- core-image-base
|
||||
|
||||
@@ -13,3 +13,5 @@ local_conf_header:
|
||||
|
||||
QB_DEFAULT_BIOS = "QEMU_EFI.fd"
|
||||
WKS_FILE ?= "efi-disk.wks.in"
|
||||
failing_tests: |
|
||||
TEST_SUITES:remove = "xorg"
|
||||
|
||||
@@ -14,3 +14,5 @@ local_conf_header:
|
||||
# Tell testimage to connect to localhost:8122, and forward that to SSH in the FVP.
|
||||
TEST_TARGET_IP = "127.0.0.1:8122"
|
||||
FVP_CONFIG[bp.virtio_net.hostbridge.userNetPorts] = "8122=22"
|
||||
failing_tests: |
|
||||
TEST_SUITES:remove = "xorg"
|
||||
|
||||
@@ -14,3 +14,5 @@ local_conf_header:
|
||||
# Tell testimage to connect to localhost:8022, and forward that to SSH in the FVP.
|
||||
TEST_TARGET_IP = "localhost:8022"
|
||||
FVP_CONFIG[bp.virtio_net.hostbridge.userNetPorts] ?= "8022=22"
|
||||
failing_tests: |
|
||||
TEST_SUITES:remove = "xorg"
|
||||
|
||||
Reference in New Issue
Block a user