From eefb0daf15a863cfc4546f3e4ff8c828c784ed5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Sat, 12 Jul 2025 23:50:39 +0200 Subject: [PATCH] Add SLFO test-image-disk-simple integration test Add simple disk test and allow for testing the new transparent container idea for the aws toolchain. also add SLFO builds to the helper script --- .../test-image-disk-simple/appliance.kiwi | 64 +++++++++++++++++++ helper/build_status.sh | 1 + 2 files changed, 65 insertions(+) create mode 100644 build-tests/x86/slfo/test-image-disk-simple/appliance.kiwi diff --git a/build-tests/x86/slfo/test-image-disk-simple/appliance.kiwi b/build-tests/x86/slfo/test-image-disk-simple/appliance.kiwi new file mode 100644 index 00000000..09861633 --- /dev/null +++ b/build-tests/x86/slfo/test-image-disk-simple/appliance.kiwi @@ -0,0 +1,64 @@ + + + + + Marcus Schäfer + marcus.schaefer@suse.com + Simple disk test build + + + 1.16.0 + zypper + en_US + us + Europe/Berlin + false + false + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helper/build_status.sh b/helper/build_status.sh index 9877f22b..3a9550f9 100755 --- a/helper/build_status.sh +++ b/helper/build_status.sh @@ -12,6 +12,7 @@ for project in \ Virtualization:Appliances:Images:Testing_x86:rawhide \ Virtualization:Appliances:Images:Testing_ppc:rawhide \ Virtualization:Appliances:Images:Testing_x86:leap \ + Virtualization:Appliances:Images:Testing_x86:slfo \ Virtualization:Appliances:Images:Testing_x86:centos \ Virtualization:Appliances:Images:Testing_x86:fedora \ Virtualization:Appliances:Images:Testing_x86:ubuntu \