Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 0188503

Browse files
committed
skip swupd images to speedup builds
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent afdba7e commit 0188503

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

meta-ostro-xt/conf/distro/include/ostroproject-ci.inc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ OSTRO_VM_IMAGE_TYPES = "dsk.xz dsk.ova dsk.bmap dsk.xz.sha256sum"
4545
OSTROPROJECT_CI_BUILD_TARGETS=" \
4646
ostro-xt-image-noswupd \
4747
ostro-xt-image-noswupd-benchmark-qa \
48-
ostro-xt-image-swupd \
4948
"
5049

5150
# Following targets will be executed with do_populate_sdk
@@ -61,14 +60,14 @@ OSTROPROJECT_CI_ESDK_TARGETS="${OSTROPROJECT_CI_SDK_TARGETS}"
6160
SDKIMAGE_FEATURES_remove = "dbg-pkgs"
6261

6362
# Target(s) for the task "do_test_iot_export":
64-
OSTROPROJECT_CI_TEST_EXPORT_TARGETS="ostro-xt-image-swupd"
63+
OSTROPROJECT_CI_TEST_EXPORT_TARGETS="ostro-xt-image-noswupd"
6564

6665
# Automatic tests. Entries are separated by spaces.
6766
# Each entry is a tuple, in the format:
6867
# <image_name>,<testsuite_name>,<testfiles_name>,$MACHINE
6968

7069
OSTROPROJECT_CI_TEST_RUNS=" \
71-
ostro-xt-image-swupd,iot-testsuite.tar.gz,iot-testfiles.${MACHINE}.tar.gz,${MACHINE} \
70+
ostro-xt-image-noswupd,iot-testsuite.tar.gz,iot-testfiles.${MACHINE}.tar.gz,${MACHINE} \
7271
"
7372

7473
# In the CI system, the integer OS version used for swupd is

0 commit comments

Comments
 (0)