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

Commit

Permalink
TEST: run swupd tests early
Browse files Browse the repository at this point in the history
The test is failing only in the CI, so run it immediately to speed up
debugging.

Signed-off-by: Patrick Ohly <[email protected]>
  • Loading branch information
pohly committed Nov 15, 2017
1 parent 3eef37e commit 14a66b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-refkit/conf/distro/include/refkit-ci.inc
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ REFKIT_VM_IMAGE_TYPES ?= "wic.xz wic.bmap"
#
# pre/post-build oe-selftests started by CI builder, whitespace-separated.
#
REFKIT_CI_PREBUILD_SELFTESTS="iotsstatetests.SStateTests.test_sstate_samesigs"
REFKIT_CI_PREBUILD_SELFTESTS="refkit_swupd.RefkitSwupdUpdateTestAll refkit_swupd.RefkitSwupdUpdateTestIncremental refkit_swupd.RefkitSwupdPartitionTest"
# https://bugzilla.yoctoproject.org/show_bug.cgi?id=11756 currently causes
# oe-selftest to ignore the order.
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"
REFKIT_CI_POSTBUILD_SELFTESTS="refkit_secureboot refkit_poky refkit_license_check refkit_ostree.RefkitOSTreeUpdateTestAll image_installer"
#
# Automated build targets
# Those targets should be space separated list of items,
Expand Down

0 comments on commit 14a66b8

Please sign in to comment.