Merge branch 'add-nixos-test-to-gitlab'

* add-nixos-test-to-gitlab:
  gitlab: add link to nixos test in passthru.tests
This commit is contained in:
Léo Gaspard 2019-06-17 19:01:29 +02:00
commit b7d2f37680
No known key found for this signature in database
GPG key ID: 771E7AD1170FE690

View file

@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, fetchFromGitLab, bundlerEnv
, ruby, tzdata, git, procps, nettools
, ruby, tzdata, git, procps, nettools, nixosTests
, gitlabEnterprise ? false
}:
@ -95,6 +95,9 @@ stdenv.mkDerivation rec {
GITLAB_PAGES_VERSION = data.passthru.GITLAB_PAGES_VERSION;
GITLAB_SHELL_VERSION = data.passthru.GITLAB_SHELL_VERSION;
GITLAB_WORKHORSE_VERSION = data.passthru.GITLAB_WORKHORSE_VERSION;
tests = {
nixos-test-passes = nixosTests.gitlab;
};
};
meta = with lib; {