chore: move some meta.targets definitions to meta.ci.targets
Change-Id: Icdec1dec89158fb596c5185ac7105892081947f5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5252 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
01ec92fc6b
commit
3318982f81
5 changed files with 7 additions and 9 deletions
|
@ -50,5 +50,5 @@ in rec {
|
|||
|
||||
# Systems that should be built in CI
|
||||
whitbySystem = (nixosFor depot.ops.machines.whitby).system;
|
||||
meta.targets = [ "whitbySystem" ];
|
||||
meta.ci.targets = [ "whitbySystem" ];
|
||||
}
|
||||
|
|
8
third_party/nix/default.nix
vendored
8
third_party/nix/default.nix
vendored
|
@ -233,9 +233,7 @@ lib.fix (self: pkgs.fullLlvm11Stdenv.mkDerivation {
|
|||
test-vm = import ./test-vm.nix args;
|
||||
};
|
||||
|
||||
meta = {
|
||||
targets = [
|
||||
"checkfmt"
|
||||
];
|
||||
};
|
||||
meta.ci.targets = [
|
||||
"checkfmt"
|
||||
];
|
||||
})
|
||||
|
|
|
@ -17,7 +17,7 @@ depot.third_party.naersk.buildPackage {
|
|||
'';
|
||||
};
|
||||
|
||||
meta.targets = [
|
||||
meta.ci.targets = [
|
||||
"about-filter"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -357,5 +357,5 @@ in
|
|||
attr = [ "ripgrep" ];
|
||||
};
|
||||
|
||||
meta.targets = [ "testSingle" ];
|
||||
meta.ci.targets = [ "testSingle" ];
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@ in {
|
|||
frogSystem = systemFor depot.users.tazjin.nixos.frog;
|
||||
tverskoySystem = systemFor depot.users.tazjin.nixos.tverskoy;
|
||||
|
||||
meta.targets = [ "camdenSystem" "frogSystem" "tverskoySystem" ];
|
||||
meta.ci.targets = [ "camdenSystem" "frogSystem" "tverskoySystem" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue