nixpkgs-unstable channel: don't depend on the metrics job

This reverts commit c23e9e12f8.

At this moment the benchmarking machine ("t2a") is unreachable from
outside due to IPv6 issues.  (the "t4a" and "t4b" builders as well)
But even generally I can't see why this job should block channels,
provided that it won't remain broken over long term.
This commit is contained in:
Vladimír Čunát 2020-06-29 11:26:42 +02:00
parent 52c3a80050
commit e0f4ee72bc
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -89,7 +89,6 @@ let
meta.description = "Release-critical builds for the Nixpkgs unstable channel";
constituents =
[ jobs.tarball
jobs.metrics
jobs.manual
jobs.lib-tests
jobs.stdenv.x86_64-linux