Skip to content

Commit

Permalink
Disable the metrics job
Browse files Browse the repository at this point in the history
We currently don't have a machine to build this job
(NixOS/infra#127) which
delays channel updates until hydra-queue-runner auto-cancels the job.
  • Loading branch information
edolstra committed Oct 27, 2020
1 parent 1a50aad commit c54308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/release.nix
Expand Up @@ -30,7 +30,7 @@ let
jobs =
{ tarball = import ./make-tarball.nix { inherit pkgs nixpkgs officialRelease; };

metrics = import ./metrics.nix { inherit pkgs nixpkgs; };
#metrics = import ./metrics.nix { inherit pkgs nixpkgs; };

manual = import ../../doc { inherit pkgs nixpkgs; };
lib-tests = import ../../lib/tests/release.nix { inherit pkgs; };
Expand Down

0 comments on commit c54308d

Please sign in to comment.