buildbot-worker: add link to nixos test
This commit is contained in:
parent
4b3d07eae2
commit
3554d52545
@ -1,5 +1,5 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, buildbot, setuptoolsTrial, mock, twisted,
|
{ lib, buildPythonPackage, fetchPypi, buildbot, setuptoolsTrial, mock, twisted,
|
||||||
future, coreutils }:
|
future, coreutils, nixosTests }:
|
||||||
|
|
||||||
buildPythonPackage (rec {
|
buildPythonPackage (rec {
|
||||||
pname = "buildbot-worker";
|
pname = "buildbot-worker";
|
||||||
@ -19,6 +19,10 @@ buildPythonPackage (rec {
|
|||||||
--replace /usr/bin/tail "${coreutils}/bin/tail"
|
--replace /usr/bin/tail "${coreutils}/bin/tail"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
smoke-test = nixosTests.buildbot;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://buildbot.net/";
|
homepage = "https://buildbot.net/";
|
||||||
description = "Buildbot Worker Daemon";
|
description = "Buildbot Worker Daemon";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user