Merge pull request #118442 from Ekleog/nixos-tests

Add nixos tests with names starting by A or B to all relevant packages
This commit is contained in:
Léo Gaspard
2021-05-09 00:37:26 +02:00
committed by GitHub
19 changed files with 94 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
{ fetchFromGitHub, lib, buildGoModule,
makeWrapper, coreutils, git, openssh, bash, gnused, gnugrep }:
makeWrapper, coreutils, git, openssh, bash, gnused, gnugrep,
nixosTests }:
buildGoModule rec {
name = "buildkite-agent-${version}";
version = "3.29.0";
@@ -30,6 +31,10 @@ buildGoModule rec {
--prefix PATH : '${lib.makeBinPath [ openssh git coreutils gnused gnugrep ]}'
'';
passthru.tests = {
smoke-test = nixosTests.buildkite-agents;
};
meta = with lib; {
description = "Build runner for buildkite.com";
longDescription = ''