Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 96cf2cf

Browse files
committed
TEST: run swupd tests early
The test is failing only in the CI, so run it immediately to speed up debugging. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
1 parent 6e390fd commit 96cf2cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-refkit/conf/distro/include/refkit-ci.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ REFKIT_VM_IMAGE_TYPES ?= "wic.xz wic.bmap"
5050
#
5151
# pre/post-build oe-selftests started by CI builder, whitespace-separated.
5252
#
53-
REFKIT_CI_PREBUILD_SELFTESTS="iotsstatetests.SStateTests.test_sstate_samesigs"
53+
REFKIT_CI_PREBUILD_SELFTESTS="refkit_swupd.RefkitSwupdUpdateTestAll refkit_swupd.RefkitSwupdUpdateTestIncremental refkit_swupd.RefkitSwupdPartitionTest"
5454
# https://bugzilla.yoctoproject.org/show_bug.cgi?id=11756 currently causes
5555
# oe-selftest to ignore the order.
56-
REFKIT_CI_POSTBUILD_SELFTESTS="refkit_secureboot refkit_poky refkit_license_check refkit_ostree.RefkitOSTreeUpdateTestAll image_installer refkit_swupd.RefkitSwupdUpdateTestAll refkit_swupd.RefkitSwupdUpdateTestIncremental refkit_swupd.RefkitSwupdPartitionTest"
56+
REFKIT_CI_POSTBUILD_SELFTESTS="refkit_secureboot refkit_poky refkit_license_check refkit_ostree.RefkitOSTreeUpdateTestAll image_installer"
5757
#
5858
# Automated build targets
5959
# Those targets should be space separated list of items,

0 commit comments

Comments
 (0)