From: Daan De Meyer Date: Fri, 3 Jan 2025 22:25:23 +0000 (+0100) Subject: mkosi: Update to latest X-Git-Tag: v258-rc1~1707^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c008b703701e676a88e16de4c867b9fc4818070d;p=thirdparty%2Fsystemd.git mkosi: Update to latest --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4d90641d1a4..587a1c0c5b0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@ba07d53000b6c560ad0b9f07550aca93c0284e88 + - uses: systemd/mkosi@7051715d8541d4d077a218f7445976225ec74d78 # 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 diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 4d128822fbc..873ed589b69 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -113,7 +113,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@ba07d53000b6c560ad0b9f07550aca93c0284e88 + - uses: systemd/mkosi@7051715d8541d4d077a218f7445976225ec74d78 # 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 diff --git a/test/TEST-64-UDEV-STORAGE/btrfs_basic.configure b/test/TEST-64-UDEV-STORAGE/btrfs_basic.configure index 8ef58a9fdda..85ec983fc33 100755 --- a/test/TEST-64-UDEV-STORAGE/btrfs_basic.configure +++ b/test/TEST-64-UDEV-STORAGE/btrfs_basic.configure @@ -11,7 +11,7 @@ config["QemuArgs"] += ["-device", "virtio-scsi-pci,id=scsi0"] for i in range(4): id = f"drivebtrfsbasic{i}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "350M" if i == 0 else "128M", diff --git a/test/TEST-64-UDEV-STORAGE/iscsi_lvm.configure b/test/TEST-64-UDEV-STORAGE/iscsi_lvm.configure index ca23e338589..1d7a0c5b9a1 100755 --- a/test/TEST-64-UDEV-STORAGE/iscsi_lvm.configure +++ b/test/TEST-64-UDEV-STORAGE/iscsi_lvm.configure @@ -11,7 +11,7 @@ config["QemuArgs"] += ["-device", "virtio-scsi-pci,id=scsi0"] for i in range(4): id = f"driveiscsibasic{i}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "150M" if i == 0 else "70M", diff --git a/test/TEST-64-UDEV-STORAGE/long_sysfs_path.configure b/test/TEST-64-UDEV-STORAGE/long_sysfs_path.configure index 02e2ac4daaa..a920171add0 100755 --- a/test/TEST-64-UDEV-STORAGE/long_sysfs_path.configure +++ b/test/TEST-64-UDEV-STORAGE/long_sysfs_path.configure @@ -7,7 +7,7 @@ import sys config = json.load(sys.stdin) -config["QemuDrives"] += [ +config["Drives"] += [ { "Id": "drive0", "Size": "64M", diff --git a/test/TEST-64-UDEV-STORAGE/lvm_basic.configure b/test/TEST-64-UDEV-STORAGE/lvm_basic.configure index 9387b8377cc..c4074becb46 100755 --- a/test/TEST-64-UDEV-STORAGE/lvm_basic.configure +++ b/test/TEST-64-UDEV-STORAGE/lvm_basic.configure @@ -11,7 +11,7 @@ config["QemuArgs"] += ["-device", "virtio-scsi-pci,id=scsi0"] for i in range(4): id = f"drivelvmbasic{i}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "32M", diff --git a/test/TEST-64-UDEV-STORAGE/mdadm_basic.configure b/test/TEST-64-UDEV-STORAGE/mdadm_basic.configure index 3f00afa955f..d722e081e28 100755 --- a/test/TEST-64-UDEV-STORAGE/mdadm_basic.configure +++ b/test/TEST-64-UDEV-STORAGE/mdadm_basic.configure @@ -11,7 +11,7 @@ config["QemuArgs"] += ["-device", "virtio-scsi-pci,id=scsi0"] for i in range(5): id = f"drivemdadmbasic{i}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "64M", diff --git a/test/TEST-64-UDEV-STORAGE/mdadm_lvm.configure b/test/TEST-64-UDEV-STORAGE/mdadm_lvm.configure index b7661d9e815..d669895925c 100755 --- a/test/TEST-64-UDEV-STORAGE/mdadm_lvm.configure +++ b/test/TEST-64-UDEV-STORAGE/mdadm_lvm.configure @@ -11,7 +11,7 @@ config["QemuArgs"] += ["-device", "virtio-scsi-pci,id=scsi0"] for i in range(5): id = f"drivemdadmlvm{i}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "64M", diff --git a/test/TEST-64-UDEV-STORAGE/multipath_basic_failover.configure b/test/TEST-64-UDEV-STORAGE/multipath_basic_failover.configure index 5f323b8a8b7..a59927c3b7f 100755 --- a/test/TEST-64-UDEV-STORAGE/multipath_basic_failover.configure +++ b/test/TEST-64-UDEV-STORAGE/multipath_basic_failover.configure @@ -18,7 +18,7 @@ for ndisk in range(16): for nback in range(4): id = f"drive{ndisk}x{nback}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": size, diff --git a/test/TEST-64-UDEV-STORAGE/nvme_basic.configure b/test/TEST-64-UDEV-STORAGE/nvme_basic.configure index b740c096c4e..948003e4dee 100755 --- a/test/TEST-64-UDEV-STORAGE/nvme_basic.configure +++ b/test/TEST-64-UDEV-STORAGE/nvme_basic.configure @@ -18,7 +18,7 @@ if 'name "nvme"' not in result.stdout: def add_drive(i: int, serial: str) -> None: global config id = f"nvme{i}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "1M", diff --git a/test/TEST-64-UDEV-STORAGE/nvme_subsystem.configure b/test/TEST-64-UDEV-STORAGE/nvme_subsystem.configure index 3d7900773cd..029d4360ba9 100755 --- a/test/TEST-64-UDEV-STORAGE/nvme_subsystem.configure +++ b/test/TEST-64-UDEV-STORAGE/nvme_subsystem.configure @@ -16,7 +16,7 @@ if 'name "nvme"' not in result.stdout: exit(77) for id in ("nvme0", "nvme1"): - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "1M", diff --git a/test/TEST-64-UDEV-STORAGE/simultaneous_events.configure b/test/TEST-64-UDEV-STORAGE/simultaneous_events.configure index a0edb01cc1a..668f3e2aa06 100755 --- a/test/TEST-64-UDEV-STORAGE/simultaneous_events.configure +++ b/test/TEST-64-UDEV-STORAGE/simultaneous_events.configure @@ -9,7 +9,7 @@ config = json.load(sys.stdin) for i in range(10): id = f"drivesimultaneousevents{i}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "128M", diff --git a/test/TEST-64-UDEV-STORAGE/virtio_scsi_basic.configure b/test/TEST-64-UDEV-STORAGE/virtio_scsi_basic.configure index ab8d530a3e3..91e1fe14e55 100755 --- a/test/TEST-64-UDEV-STORAGE/virtio_scsi_basic.configure +++ b/test/TEST-64-UDEV-STORAGE/virtio_scsi_basic.configure @@ -12,7 +12,7 @@ for i in range(4): for i in range(128): id = f"drive{i}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "1M", diff --git a/test/TEST-64-UDEV-STORAGE/virtio_scsi_identically_named_partitions.configure b/test/TEST-64-UDEV-STORAGE/virtio_scsi_identically_named_partitions.configure index edc5138ce80..dce6b1503ff 100755 --- a/test/TEST-64-UDEV-STORAGE/virtio_scsi_identically_named_partitions.configure +++ b/test/TEST-64-UDEV-STORAGE/virtio_scsi_identically_named_partitions.configure @@ -21,7 +21,7 @@ config["QemuArgs"] += ["-device", "virtio-scsi-pci,id=scsi0,num_queues=4"] for i in range(0, num_disk): id = f"drive{i}" - config["QemuDrives"] += [ + config["Drives"] += [ { "Id": id, "Size": "40M",