mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Revert "release: add tests.packageTestsForChannelBlockers.curl.withCheck as a channel blocker"
This reverts commit 7141ab0f0b
.
reverting this for now to unblock staging-next
{UNKNOWN}: aggregate job ‘tested’ failed with the error: nixpkgs.tests.packageTestsForChannelBlockers.curl.withCheck.x86_64-linux: does not exist
at /nix/store/9i92scfqz5idhmjrmjnqhrvjgyydzfns-hydra-perl-deps/lib/perl5/site_perl/5.34.0/Catalyst/Model/DBIC/Schema.pm line 526
This commit is contained in:
parent
a05ef3b5f5
commit
ea8e40cd0a
@ -156,7 +156,6 @@ in rec {
|
||||
(onSystems ["i686-linux"] "nixos.tests.zfs.installer")
|
||||
(onFullSupported "nixpkgs.emacs")
|
||||
(onFullSupported "nixpkgs.jdk")
|
||||
(onFullSupported "nixpkgs.tests.packageTestsForChannelBlockers.curl.withCheck")
|
||||
["nixpkgs.tarball"]
|
||||
];
|
||||
};
|
||||
|
@ -120,7 +120,6 @@ in rec {
|
||||
"nixos.tests.proxy.x86_64-linux"
|
||||
"nixos.tests.simple.x86_64-linux"
|
||||
"nixpkgs.jdk.x86_64-linux"
|
||||
"nixpkgs.tests.packageTestsForChannelBlockers.curl.withCheck.x86_64-linux"
|
||||
"nixpkgs.tarball"
|
||||
];
|
||||
};
|
||||
|
@ -24,14 +24,6 @@ with pkgs;
|
||||
|
||||
config = callPackage ./config.nix { };
|
||||
|
||||
# we can't add 'nixpkgs.curl.tests' to hydra jobs due to 'tests' (and 'passthru') being stripped
|
||||
# TODO: add a function in lib-release.nix to get derivations and add `.x86_64-linux` to them
|
||||
# then we can just point release files to nixpkgs.tests.packageTestsForChannelBlockers instead of
|
||||
# nixpkgs.tests.packageTestsForChannelBlockers.curl.withCheck
|
||||
packageTestsForChannelBlockers = recurseIntoAttrs {
|
||||
curl = recurseIntoAttrs pkgs.curl.tests;
|
||||
};
|
||||
|
||||
haskell = callPackage ./haskell { };
|
||||
|
||||
cc-multilib-gcc = callPackage ./cc-wrapper/multilib.nix { stdenv = gccMultiStdenv; };
|
||||
|
@ -97,7 +97,6 @@ let
|
||||
jobs.lib-tests
|
||||
jobs.pkgs-lib-tests
|
||||
jobs.stdenv.x86_64-linux
|
||||
jobs.tests.packageTestsForChannelBlockers.curl.withCheck.x86_64-linux
|
||||
jobs.cargo.x86_64-linux
|
||||
jobs.go.x86_64-linux
|
||||
jobs.linux.x86_64-linux
|
||||
@ -134,7 +133,6 @@ let
|
||||
++ lib.collect lib.isDerivation jobs.stdenvBootstrapTools
|
||||
++ lib.optionals supportDarwin.x86_64 [
|
||||
jobs.stdenv.x86_64-darwin
|
||||
jobs.tests.packageTestsForChannelBlockers.curl.withCheck.x86_64-darwin
|
||||
jobs.cargo.x86_64-darwin
|
||||
jobs.cachix.x86_64-darwin
|
||||
jobs.go.x86_64-darwin
|
||||
|
Loading…
Reference in New Issue
Block a user