--- # vi: ts=2 sw=2 et: # SPDX-License-Identifier: LGPL-2.1-or-later # Simple boot tests that build and boot the mkosi images generated by the mkosi config files in mkosi.conf.d/. name: mkosi on: push: branches: - main - v[0-9]+-stable paths: - '**' - '!README*' - '!LICENSE*' - '!LICENSES/**' - '!TODO' - '!docs/**' - '!man/**' - '!catalog/**' - '!shell-completion/**' - '!po/**' - '!.**' - '.github/**' pull_request: branches: - main - v[0-9]+-stable paths: - '**' - '!README*' - '!LICENSE*' - '!LICENSES/**' - '!TODO' - '!docs/**' - '!man/**' - '!catalog/**' - '!shell-completion/**' - '!po/**' - '!.**' - '.github/**' permissions: contents: read jobs: ci: runs-on: ubuntu-22.04 concurrency: group: ${{ github.workflow }}-${{ matrix.distro }}-${{ matrix.release }}-${{ github.ref }} cancel-in-progress: true strategy: fail-fast: false matrix: include: - distro: arch release: rolling - distro: debian release: testing - distro: ubuntu release: noble - distro: fedora release: "39" - distro: fedora release: rawhide - distro: opensuse release: tumbleweed - distro: centos release: "9" env: SYSTEMD_LOG_LEVEL: debug steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: systemd/mkosi@82108567f23cb29ecbea0a495833a18498eaafb9 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location # so that nothing tries to use anything in these directories anymore while we're busy deleting them. - name: Free disk space run: | sudo mv /usr/local /usr/local.trash sudo mv /opt/hostedtoolcache /opt/hostedtoolcache.trash sudo systemd-run rm -rf /usr/local.trash /opt/hostedtoolcache.trash - name: Configure run: | tee mkosi.local.conf <&2; echo $?)" -eq 123 - name: Boot QEMU run: timeout -k 30 10m test "$(mkosi --debug qemu 1>&2; echo $?)" -eq 123