summary refs log tree commit diff
path: root/nixos/release-small.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-06-29 17:38:34 +0300
committerArtturin <Artturin@artturin.com>2022-07-02 03:38:15 +0300
commit7141ab0f0b404a95509503e7b16a7f0072a66902 (patch)
treec11399a58641426c4524a23271c68dc4c3f6077e /nixos/release-small.nix
parent47b58ff43ebaef0307f4ef2de4e760ced3066cbf (diff)
downloadnixpkgs-7141ab0f0b404a95509503e7b16a7f0072a66902.tar
nixpkgs-7141ab0f0b404a95509503e7b16a7f0072a66902.tar.gz
nixpkgs-7141ab0f0b404a95509503e7b16a7f0072a66902.tar.bz2
nixpkgs-7141ab0f0b404a95509503e7b16a7f0072a66902.tar.lz
nixpkgs-7141ab0f0b404a95509503e7b16a7f0072a66902.tar.xz
nixpkgs-7141ab0f0b404a95509503e7b16a7f0072a66902.tar.zst
nixpkgs-7141ab0f0b404a95509503e7b16a7f0072a66902.zip
release: add tests.packageTestsForChannelBlockers.curl.withCheck as a channel blocker
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
Diffstat (limited to 'nixos/release-small.nix')
-rw-r--r--nixos/release-small.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 1d51b4e7f28..bd1e1b95d1f 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -120,6 +120,7 @@ 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"
       ];
   };