queue runner: test notifications
Especially, test the difference in behavior of substituted and unsubstituted builds.
This commit is contained in:
committed by
Graham Christensen
parent
e45f852277
commit
cf4434bc9f
14
t/jobs/notifications.nix
Normal file
14
t/jobs/notifications.nix
Normal file
@ -0,0 +1,14 @@
|
||||
with import ./config.nix;
|
||||
{
|
||||
canbesubstituted =
|
||||
mkDerivation {
|
||||
name = "can-be-substituted";
|
||||
builder = ./empty-dir-builder.sh;
|
||||
};
|
||||
|
||||
unsubstitutable =
|
||||
mkDerivation {
|
||||
name = "unsubstitutable";
|
||||
builder = ./empty-dir-builder.sh;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user