metrics job: schedule on any machine, for now

For non-time metrics it doesn't matter,
and those seem more important anyway.
So better this than nothing, for now.
This commit is contained in:
Vladimír Čunát 2022-05-13 11:42:34 +02:00
parent 9d5b5668ec
commit 3ea36f0f74
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -4,7 +4,8 @@ with pkgs;
runCommand "nixpkgs-metrics"
{ nativeBuildInputs = with pkgs.lib; map getBin [ nix time jq ];
requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
# see https://github.com/NixOS/nixpkgs/issues/52436
#requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
}
''
export NIX_STORE_DIR=$TMPDIR/store