about summary refs log tree commit diff
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
parentc551f2db16f49ffedfac73cb4f5b6ea70eaea8f4 (diff)
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.
-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 f832268899d03..3d8aad5b18de5 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