summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-05-13 11:42:34 +0200
committerVladimír Čunát <v@cunat.cz>2022-05-13 11:44:20 +0200
commit3ea36f0f74b2e45221140b98212b5d26ceb6d936 (patch)
tree5695b604ca608346c0730afcf0541a13454484f3
parent9d5b5668ecf73fec3a3c20146a870102a8d4b6de (diff)
downloadnixpkgs-3ea36f0f74b2e45221140b98212b5d26ceb6d936.tar
nixpkgs-3ea36f0f74b2e45221140b98212b5d26ceb6d936.tar.gz
nixpkgs-3ea36f0f74b2e45221140b98212b5d26ceb6d936.tar.bz2
nixpkgs-3ea36f0f74b2e45221140b98212b5d26ceb6d936.tar.lz
nixpkgs-3ea36f0f74b2e45221140b98212b5d26ceb6d936.tar.xz
nixpkgs-3ea36f0f74b2e45221140b98212b5d26ceb6d936.tar.zst
nixpkgs-3ea36f0f74b2e45221140b98212b5d26ceb6d936.zip
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.
-rw-r--r--pkgs/top-level/metrics.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/metrics.nix b/pkgs/top-level/metrics.nix
index d413b881eaa..6caec7327e5 100644
--- a/pkgs/top-level/metrics.nix
+++ b/pkgs/top-level/metrics.nix
@@ -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