maybe fix trip test
This commit is contained in:
@@ -291,7 +291,7 @@
|
||||
imports = [
|
||||
commonTestModule
|
||||
./tests/${name}
|
||||
{ node.specialArgs.inputs = self.nixosConfigurations.liam._module.specialArgs.inputs; }
|
||||
{ node.specialArgs.inputs = self.nixosConfigurations.${name}._module.specialArgs.inputs; }
|
||||
];
|
||||
}
|
||||
;
|
||||
@@ -301,7 +301,7 @@
|
||||
checksFromConfig
|
||||
// {
|
||||
liam = mkTest "liam";
|
||||
trip = mkTest "trip";
|
||||
triple-dezert = mkTest "triple-dezert";
|
||||
}
|
||||
);
|
||||
|
||||
@@ -329,7 +329,7 @@
|
||||
toptop = toplevelOf "toptop";
|
||||
tt = toptop;
|
||||
iso = self.nixosConfigurations.shel-installer.config.system.build.isoImage;
|
||||
check-triple-dezert = self.checks.x86_64-linux.trip.driver;
|
||||
check-triple-dezert = self.checks.x86_64-linux.triple-dezert.driver;
|
||||
check-trip = check-triple-dezert;
|
||||
check-liam = self.checks.x86_64-linux.liam.driver;
|
||||
liam-sieve = self.nixosConfigurations.liam.config.vacu.liam-sieve-script;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ nodes, ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
name = "trip-megatest";
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
../triple-dezert
|
||||
"${inputs.self}/common"
|
||||
"${inputs.self}/triple-dezert"
|
||||
];
|
||||
vacu.underTest = true;
|
||||
systemd.services = disableAcmes // reEnableSelfsigned;
|
||||
|
Reference in New Issue
Block a user