2023-01-04 08:54:32 +00: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 07:11:05 +00: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-01-04 08:54:32 +00:00
|
|
|
"check luks-lvm [x86_64-linux]",
|
|
|
|
"check lvm-luks-example-tsp-create [x86_64-linux]",
|
2023-01-10 07:11:05 +00:00
|
|
|
"check lvm-luks-example-tsp-mount [x86_64-linux]",
|
|
|
|
"check lvm-raid [x86_64-linux]",
|
|
|
|
"check mdadm [x86_64-linux]",
|
|
|
|
"check module [x86_64-linux]",
|
2023-01-04 08:54:32 +00:00
|
|
|
"check multi-device-no-deps [x86_64-linux]",
|
|
|
|
"check negative-size [x86_64-linux]",
|
2023-01-10 07:11:05 +00:00
|
|
|
"check shellcheck [x86_64-linux]",
|
|
|
|
"check simple-efi [x86_64-linux]",
|
|
|
|
"check standalone [x86_64-linux]",
|
2023-01-04 08:54:32 +00:00
|
|
|
"check swap [x86_64-linux]",
|
2023-01-10 07:11:05 +00:00
|
|
|
"check tmpfs [x86_64-linux]",
|
|
|
|
"check with-lib [x86_64-linux]",
|
2023-01-04 08:54:32 +00:00
|
|
|
"check zfs [x86_64-linux]",
|
|
|
|
"check zfs-over-legacy [x86_64-linux]",
|
2023-01-10 07:11:05 +00:00
|
|
|
"package default [x86_64-linux]",
|
2023-01-23 14:35:25 +00:00
|
|
|
"package disko [x86_64-linux]",
|
|
|
|
"package disko-doc [x86_64-linux]",
|
|
|
|
"package linux-bcachefs [x86_64-linux]"
|
2023-01-04 08:54:32 +00:00
|
|
|
]
|