nixos/tests/boot-stage1: Add myself to maintainers
As @edolstra pointed out that the kernel module might be painful to maintain. I strongly disagree because it's only a small module and it's good to have such a canary in the tests no matter how the bootup process looks like, so I'm going the masochistic route and try to maintain it. If it *really* becomes too much maintenance burden, we can still drop or disable kcanary. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
eb6e366446
commit
64ca91cac9
@ -1,4 +1,4 @@
|
|||||||
import ./make-test.nix {
|
import ./make-test.nix ({ pkgs, ... }: {
|
||||||
name = "boot-stage1";
|
name = "boot-stage1";
|
||||||
|
|
||||||
machine = { config, pkgs, lib, ... }: {
|
machine = { config, pkgs, lib, ... }: {
|
||||||
@ -150,4 +150,6 @@ import ./make-test.nix {
|
|||||||
$machine->succeed('pgrep -a -f \'^@canary3$\''');
|
$machine->succeed('pgrep -a -f \'^@canary3$\''');
|
||||||
$machine->succeed('pgrep -a -f \'^kcanary$\''');
|
$machine->succeed('pgrep -a -f \'^kcanary$\''');
|
||||||
'';
|
'';
|
||||||
}
|
|
||||||
|
meta.maintainers = with pkgs.stdenv.lib.maintainers; [ aszlig ];
|
||||||
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user