]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: cover more tests as part of the omitsystemd GA
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 16 Feb 2026 16:52:20 +0000 (11:52 -0500)
committerLaszlo <dev@kontrol.dev>
Mon, 16 Feb 2026 22:13:19 +0000 (17:13 -0500)
The goal of this PR is to increase CI coverage.
The added tests are not cover by any other CI runs.

.github/workflows/daily-omitsystemd.yml

index 79a53eb8c4fda2230bed2d048ba8de1133fd0139..c2f85cf8c0045d3c6cb4547373dfef86e98a338a 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     omitsystemd:
         name: ${{ matrix.test }} on ${{ matrix.container }} on ${{ matrix.architecture.tag }} with no systemd
         runs-on: ${{ matrix.architecture.runner }}
-        timeout-minutes: 20
+        timeout-minutes: 40
         concurrency:
             group: >
                 daily-omitsystemd-${{ github.workflow }}-${{ github.ref }}
@@ -33,11 +33,19 @@ jobs:
                 test:
                     - "10"
                     - "11"
+                    - "13"
+                    - "14"
                     - "20"
                     - "21"
                     - "26"
                     - "30"
                     - "31"
+                    - "50"
+                    - "60"
+                    - "71"
+                    - "80"
+                    - "81"
+                    - "82"
         container:
             image: ghcr.io/dracut-ng/${{ matrix.container }}
             options: '--device=/dev/kvm --privileged'