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.
This commit is contained in:
Vladimír Čunát 2019-12-18 11:04:30 +01:00
parent c551f2db16
commit 96d73edaf3
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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