summaryrefslogtreecommitdiffstats
path: root/nixos
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
parent47b58ff43ebaef0307f4ef2de4e760ced3066cbf (diff)
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')
-rw-r--r--nixos/release-combined.nix1
-rw-r--r--nixos/release-small.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 7f81ca1c69b8..626a16bd9e2d 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -156,6 +156,7 @@ in rec {
(onSystems ["i686-linux"] "nixos.tests.zfs.installer")
(onFullSupported "nixpkgs.emacs")
(onFullSupported "nixpkgs.jdk")
+ (onFullSupported "nixpkgs.tests.packageTestsForChannelBlockers.curl.withCheck")
["nixpkgs.tarball"]
];
};
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 1d51b4e7f28f..bd1e1b95d1fb 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"
];
};