summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-12-18 11:04:30 +0100
committerVladimír Čunát <v@cunat.cz>2019-12-18 11:07:52 +0100
commit96d73edaf33f4c9ee452f65504bfdfab9a653eaa (patch)
treec09dfdd38ff4aafd1dab23d1065a1e364ec63c3c /pkgs/top-level/release.nix
parentc551f2db16f49ffedfac73cb4f5b6ea70eaea8f4 (diff)
downloadnixpkgs-96d73edaf33f4c9ee452f65504bfdfab9a653eaa.tar
nixpkgs-96d73edaf33f4c9ee452f65504bfdfab9a653eaa.tar.gz
nixpkgs-96d73edaf33f4c9ee452f65504bfdfab9a653eaa.tar.bz2
nixpkgs-96d73edaf33f4c9ee452f65504bfdfab9a653eaa.tar.lz
nixpkgs-96d73edaf33f4c9ee452f65504bfdfab9a653eaa.tar.xz
nixpkgs-96d73edaf33f4c9ee452f65504bfdfab9a653eaa.tar.zst
nixpkgs-96d73edaf33f4c9ee452f65504bfdfab9a653eaa.zip
release: remove metrics from unstable channel (temporarily)
Since friday the metrics machine (along with other replaceable ones)
has no public-IP connectivity.  I hoped I'd be able to resolve this
with ISP quickly, but apparently not.  Let's not block the channel
at least.  The metrics data can get filled retrospectively by restarting
the individual Hydra jobs.
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index f832268899d..3d8aad5b18d 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -89,7 +89,7 @@ let
           meta.description = "Release-critical builds for the Nixpkgs unstable channel";
           constituents =
             [ jobs.tarball
-              jobs.metrics
+              #jobs.metrics #FIXME(vcunat): re-enable this as soon as possible
               jobs.manual
               jobs.lib-tests
               jobs.stdenv.x86_64-linux