slurm: add passthru.tests

wip/yesman
Markus Kowalewski 4 years ago
parent 5d8f61f3bf
commit 97c6e005ac
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 4
      pkgs/servers/computing/slurm/default.nix

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkgconfig, libtool, curl
, python, munge, perl, pam, openssl, zlib, shadow, coreutils
, ncurses, libmysqlclient, gtk2, lua, hwloc, numactl
, readline, freeipmi, libssh2, xorg, lz4, rdma-core
, readline, freeipmi, libssh2, xorg, lz4, rdma-core, nixosTests
# enable internal X11 support via libssh2
, enableX11 ? true
}:
@ -67,6 +67,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests.slurm = nixosTests.slurm;
meta = with stdenv.lib; {
homepage = "http://www.schedmd.com/";
description = "Simple Linux Utility for Resource Management";

Loading…
Cancel
Save