From: Luca Boccassi Date: Thu, 4 Jun 2026 19:20:51 +0000 (+0100) Subject: obs: prepare ParticleOS images in workflow X-Git-Tag: v261-rc4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bedabe36ccf3cc490cac6015442591e324e0b11f;p=thirdparty%2Fsystemd.git obs: prepare ParticleOS images in workflow Link ParticleOS images in the workflow subproject for the PR, so that they can be enabled with a click when needed. But keep disabled by default, as they take a lot of resources, especially disk space. --- diff --git a/.obs/workflows.yml b/.obs/workflows.yml index 4f7c00d486c..de17bc88c1a 100644 --- a/.obs/workflows.yml +++ b/.obs/workflows.yml @@ -14,6 +14,38 @@ ci: source_project: system:systemd source_package: systemd target_project: system:systemd:ci + # Also prepare some images, but disabled by default to avoid wasting cpu/disk + - link_package: + source_project: system:systemd + source_package: particleos-debian + target_project: system:systemd:ci + - link_package: + source_project: system:systemd + source_package: particleos-debian-arm + target_project: system:systemd:ci + - link_package: + source_project: system:systemd + source_package: particleos-fedora + target_project: system:systemd:ci + - link_package: + source_project: system:systemd + source_package: uki-debian + target_project: system:systemd:ci + - link_package: + source_project: system:systemd + source_package: uki-fedora + target_project: system:systemd:ci + - set_flags: + flags: + # First disable all builds (including images linked in above) + - type: build + status: disable + project: system:systemd:ci + # Then enable systemd package builds only, so that images stay disabled + - type: build + status: enable + project: system:systemd:ci + package: systemd filters: event: pull_request branches: