2023-01-04 09:54:32 +01:00
|
|
|
cut_body_after = "" # don't include text from the PR body in the merge commit message
|
|
|
|
|
status = [
|
|
|
|
|
"Evaluate flake.nix",
|
|
|
|
|
"check bcachefs [x86_64-linux]",
|
2023-01-10 08:11:05 +01:00
|
|
|
"check boot-raid1 [x86_64-linux]",
|
|
|
|
|
"check btrfs-subvolumes [x86_64-linux]",
|
|
|
|
|
"check cli [x86_64-linux]",
|
|
|
|
|
"check complex [x86_64-linux]",
|
|
|
|
|
"check gpt-bios-compat [x86_64-linux]",
|
2023-04-15 16:12:56 +02:00
|
|
|
"check hybrid [x86_64-linux]",
|
|
|
|
|
"check hybrid-tmpfs-on-root [x86_64-linux]",
|
2023-01-04 09:54:32 +01:00
|
|
|
"check luks-lvm [x86_64-linux]",
|
2023-01-10 08:11:05 +01:00
|
|
|
"check lvm-raid [x86_64-linux]",
|
|
|
|
|
"check mdadm [x86_64-linux]",
|
|
|
|
|
"check module [x86_64-linux]",
|
2023-01-04 09:54:32 +01:00
|
|
|
"check multi-device-no-deps [x86_64-linux]",
|
|
|
|
|
"check negative-size [x86_64-linux]",
|
2023-01-10 08:11:05 +01:00
|
|
|
"check shellcheck [x86_64-linux]",
|
|
|
|
|
"check simple-efi [x86_64-linux]",
|
|
|
|
|
"check standalone [x86_64-linux]",
|
2023-01-04 09:54:32 +01:00
|
|
|
"check swap [x86_64-linux]",
|
2023-01-10 08:11:05 +01:00
|
|
|
"check tmpfs [x86_64-linux]",
|
|
|
|
|
"check with-lib [x86_64-linux]",
|
2023-01-04 09:54:32 +01:00
|
|
|
"check zfs [x86_64-linux]",
|
|
|
|
|
"check zfs-over-legacy [x86_64-linux]",
|
2023-01-10 08:11:05 +01:00
|
|
|
"package default [x86_64-linux]",
|
2023-01-23 15:35:25 +01:00
|
|
|
"package disko [x86_64-linux]",
|
|
|
|
|
"package disko-doc [x86_64-linux]",
|
|
|
|
|
"package linux-bcachefs [x86_64-linux]"
|
2023-01-04 09:54:32 +01:00
|
|
|
]
|