Wrap the long concurrency group lines to make yamllint happy.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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: