From a1b240fa55c0a3dec996ce379645ca195991b401 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 10 Jul 2024 10:20:27 -0400 Subject: [PATCH] CI: add poky-altcfg Add poky-altcfg to give us coverage for systemd (and the other things that it exercises). Signed-off-by: Jon Mason --- .gitlab-ci.yml | 4 +++- ci/poky-altcfg.yml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 ci/poky-altcfg.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d085171e..5eaf455e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,7 +111,7 @@ update-repos: # Build stage, the actual build jobs # # Available options for building are -# DISTRO: [poky, poky-tiny] +# DISTRO: [poky, poky-altcfg, poky-tiny] # KERNEL: [linux-yocto, linux-yocto-dev, linux-yocto-rt] # TOOLCHAINS: [gcc, clang, external-gccarm] # TCLIBC: [glibc, musl] @@ -333,6 +333,8 @@ sbsa-ref: - KERNEL: [linux-yocto, linux-yocto-rt] TOOLCHAINS: [gcc, clang] TESTING: testimage + - DISTRO: poky-altcfg + TESTING: testimage - KERNEL: linux-yocto-dev TESTING: testimage diff --git a/ci/poky-altcfg.yml b/ci/poky-altcfg.yml new file mode 100644 index 00000000..86711d4d --- /dev/null +++ b/ci/poky-altcfg.yml @@ -0,0 +1,4 @@ +header: + version: 14 + +distro: poky-altcfg