From: Jo Zzsi Date: Sat, 10 Jan 2026 22:37:02 +0000 (-0500) Subject: ci: unskip FULL-SYSTEMD on containers where it is passing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440056d1cd07260fa994cd54a44813fc8c21a75d;p=thirdparty%2Fdracut-ng.git ci: unskip FULL-SYSTEMD on containers where it is passing This test is now passing on arm openSUSE and gentoo. Skip it. --- diff --git a/.github/workflows/daily-systemd.yml b/.github/workflows/daily-systemd.yml index 1ff58d982..c825252e8 100644 --- a/.github/workflows/daily-systemd.yml +++ b/.github/workflows/daily-systemd.yml @@ -61,14 +61,6 @@ jobs: # intentionally skipped - container: centos:latest test: "41" - # mkosi test step fails - - container: opensuse:latest - architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'} - test: "41" - # fails with key file '/run/credentials/@system/key' missing - - container: gentoo:latest - architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'} - test: "41" # /boot/vmlinuz-... is missing .efi suffix: https://launchpad.net/bugs/2133402 - container: ubuntu:devel architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}