]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: wrap long concurrency group lines
authorBenjamin Drung <benjamin.drung@canonical.com>
Fri, 23 Jan 2026 16:32:44 +0000 (17:32 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Fri, 23 Jan 2026 20:51:26 +0000 (15:51 -0500)
Wrap the long concurrency group lines to make yamllint happy.

15 files changed:
.github/workflows/container-extra.yml
.github/workflows/container.yml
.github/workflows/daily-basic.yml
.github/workflows/daily-busybox-x64.yml
.github/workflows/daily-hostonlystrict.yml
.github/workflows/daily-iscsi-x64.yml
.github/workflows/daily-kernel-install-x64.yml
.github/workflows/daily-mkosi-x64.yml
.github/workflows/daily-network-legacy.yml
.github/workflows/daily-network.yml
.github/workflows/daily-omitsystemd.yml
.github/workflows/daily-systemd-networkd.yml
.github/workflows/daily-systemd.yml
.github/workflows/integration.yml
.github/workflows/manualtest.yml

index c144399fbe4c8b841f8d0d7fc8c06f1779477340..ac80c4761691b4c4c5ffaaa8d324bb5a8d855bfc 100644 (file)
@@ -29,7 +29,9 @@ jobs:
         name: ${{ matrix.config.tag }}-${{ matrix.architecture.tag }}
         runs-on: ${{ matrix.architecture.runner }}
         concurrency:
-            group: container-extra-${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.tag }}-${{ matrix.architecture.tag }}
+            group: >
+                container-extra-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.config.tag }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index 0a3780798cf40d322c217e24cee633f7426dafa7..0072e3ab4c5ac68333f2c6d5ac2c6880ea3819c6 100644 (file)
@@ -26,7 +26,9 @@ jobs:
         if: github.repository == 'dracut-ng/dracut-ng' || vars.CONTAINER == 'enabled'
         name: ${{ matrix.config.tag }}-${{ matrix.architecture.tag }}
         concurrency:
-            group: container-${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.tag }}-${{ matrix.architecture.tag }}
+            group: >
+                container-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.config.tag }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index c27c36d31756a4df3e460127ee870e6610936a64..590928e587fd7419d8c05a70eeda0396e78460bd 100644 (file)
@@ -18,7 +18,9 @@ jobs:
         runs-on: ${{ matrix.architecture.runner }}
         timeout-minutes: 20
         concurrency:
-            group: daily-basic-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
+            group: >
+                daily-basic-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
@@ -67,7 +69,9 @@ jobs:
         runs-on: ${{ matrix.architecture.runner }}
         timeout-minutes: 20
         concurrency:
-            group: daily-basic-extended-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
+            group: >
+                daily-basic-extended-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index be15a47913128ef3ef352848816f682bad1ff66b..247c6e34f46fb7afeec8342b13dfb9a3f2354ee4 100644 (file)
@@ -18,7 +18,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: daily-busybox-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.config.test }}
+            group: >
+                daily-busybox-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.config.test }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index 7b67c2d7c2b00122c245af2015fb3f18a3908f01..9d15f5538e30fac58e914db3b9b0584b50d1c278 100644 (file)
@@ -18,7 +18,9 @@ jobs:
         runs-on: ${{ matrix.architecture.runner }}
         timeout-minutes: 20
         concurrency:
-            group: daily-hostonlystrict-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
+            group: >
+                daily-hostonlystrict-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index 56eccbbcde1ec5ac37127f7baf8d0395abfa56f4..05395a53d111dc6f4de58243cf97de57384ea7dd 100644 (file)
@@ -18,7 +18,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: daily-iscsi-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
+            group: >
+                daily-iscsi-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index fd66c45d20bb6ed186e0bf1fdf39978e25cb583a..ef06e549b28ce7ccc876af951631a4e76131ba2c 100644 (file)
@@ -18,7 +18,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: daily-kernel-install-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
+            group: >
+                daily-kernel-install-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index c86fb0dbfbfa446a8a85f7d9ffc0bba2b2e67bf3..ce87ee7676d111df7078d803910b39744b0bf2c4 100644 (file)
@@ -18,7 +18,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 30
         concurrency:
-            group: daily-mkosi-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.config.test }}
+            group: >
+                daily-mkosi-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.config.test }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index dba50e8e137086025215df1eb2222abae1bbcdb5..52d1fc3e41a6cddf4cc6b2520a0029c6e3ba6b77 100644 (file)
@@ -18,7 +18,10 @@ jobs:
         runs-on: ${{ matrix.architecture.runner }}
         timeout-minutes: 40
         concurrency:
-            group: daily-network-legacy-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}-${{ matrix.architecture.tag }}
+            group: >
+                daily-network-legacy-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
+                -${{ matrix.network }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index 583b7791780aa22b60ae8b69198e1c6467c5c140..e104d7a2d4c2b7d3f6ef5f3f4720d8c5e4f17032 100644 (file)
@@ -18,7 +18,9 @@ jobs:
         runs-on: ${{ matrix.architecture.runner }}
         timeout-minutes: 40
         concurrency:
-            group: daily-network-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
+            group: >
+                daily-network-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index 2906b537afa2124c736f28999dd815171304107a..bd60d58856999ff0835fb4a8f9bcc67921b2df06 100644 (file)
@@ -18,7 +18,9 @@ jobs:
         runs-on: ${{ matrix.architecture.runner }}
         timeout-minutes: 20
         concurrency:
-            group: daily-omitsystemd-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
+            group: >
+                daily-omitsystemd-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index 645aa92ab10b41e631ca46a69b1734ac0c7100a8..a403869324995fc7a04b61a7728fd595905f0e65 100644 (file)
@@ -18,7 +18,10 @@ jobs:
         runs-on: ${{ matrix.architecture.runner }}
         timeout-minutes: 40
         concurrency:
-            group: daily-systemd-networkd-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}-${{ matrix.architecture.tag }}
+            group: >
+                daily-systemd-networkd-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
+                -${{ matrix.network }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index d1b5253f2b6192a32c1a01452ecade03ddc11045..6f5b5726d01a957959636783f4be5d38df89e22f 100644 (file)
@@ -18,7 +18,9 @@ jobs:
         runs-on: ${{ matrix.architecture.runner }}
         timeout-minutes: 20
         concurrency:
-            group: daily-systemd-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
+            group: >
+                daily-systemd-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index fea79cc2cc674cec52f43a04f696b21aa40929b0..653f9a17a31b9bb300640185617a6eebf0d9125b 100644 (file)
@@ -24,7 +24,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: basic-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
+            group: >
+                basic-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
@@ -70,7 +72,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: extended-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
+            group: >
+                extended-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
@@ -107,7 +111,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: extended-systemd-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
+            group: >
+                extended-systemd-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
@@ -143,7 +149,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: dracut-cpio-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
+            group: >
+                dracut-cpio-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
@@ -167,7 +175,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: network-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}
+            group: >
+                network-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
@@ -194,7 +204,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: network-iscsi-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}
+            group: >
+                network-iscsi-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
@@ -221,7 +233,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: network-nbd-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}
+            group: >
+                network-nbd-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
@@ -246,7 +260,9 @@ jobs:
         runs-on: ubuntu-24.04-arm
         timeout-minutes: 20
         concurrency:
-            group: arm64-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
+            group: >
+                arm64-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
             cancel-in-progress: true
         strategy:
             fail-fast: false
index 8aee90183c35e91df42937a50b353a9683312f29..f04fc6cd329dfa3a705bfa6a802a3084d3af1ba6 100644 (file)
@@ -61,7 +61,9 @@ jobs:
         runs-on: ubuntu-24.04
         timeout-minutes: 20
         concurrency:
-            group: manual-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
+            group: >
+                manual-${{ github.workflow }}-${{ github.ref }}
+                -${{ matrix.container }}-${{ matrix.test }}
             cancel-in-progress: true
         strategy:
             matrix: