]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: move debian extended tests to extra to do less work on each PR
authorJo Zzsi <jozzsicsataban@gmail.com>
Fri, 8 Nov 2024 16:48:33 +0000 (11:48 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Fri, 8 Nov 2024 17:11:46 +0000 (12:11 -0500)
Prefer testing on Ubuntu on each PR over Debian and delegate
testing on Debian to Integration Tests (Extra) - that runs
scheduled instead of each PR.

.github/workflows/integration-extra.yml
.github/workflows/integration.yml

index a1a9c10ee4aeea6261d10204b8c276314df1488c..9b07606c079e0e5cb2b2eb34a4ec83034adfcee8 100644 (file)
@@ -26,10 +26,17 @@ jobs:
                 container: [
                         "alpine",
                         "alpine:edge",
-                        "centos:stream10-development",
-                        "fedora:rawhide",
+                        "arch",
+                        "debian",
                         "debian:sid",
+                        "fedora",
+                        "fedora:rawhide",
+                        "centos:stream10-development",
+                        "gentoo",
+                        "opensuse",
+                        "ubuntu",
                         "ubuntu:rolling",
+                        "void",
                 ]
                 test: [
                         "10",
index ab796be3a4b8bcf6d2baad1d9390c257f0940287..eba000474b9e5452fbac9c95f669602ae5713244 100644 (file)
@@ -76,7 +76,6 @@ jobs:
             matrix:
                 container: [
                         "arch",
-                        "debian",
                         "fedora",
                         "gentoo",
                         "opensuse",
@@ -119,7 +118,6 @@ jobs:
             matrix:
                 container: [
                         "arch",
-                        "debian",
                         "fedora",
                         "gentoo",
                         "opensuse",