forked from lix-project/hydra
name tests
This commit is contained in:
parent
c7716817a9
commit
ddd3ac3a4d
|
@ -272,6 +272,7 @@
|
||||||
tests.install = forEachSystem (system:
|
tests.install = forEachSystem (system:
|
||||||
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
|
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
|
||||||
simpleTest {
|
simpleTest {
|
||||||
|
name = "hydra-install";
|
||||||
nodes.machine = hydraServer;
|
nodes.machine = hydraServer;
|
||||||
testScript =
|
testScript =
|
||||||
''
|
''
|
||||||
|
@ -288,6 +289,7 @@
|
||||||
let pkgs = pkgsBySystem.${system}; in
|
let pkgs = pkgsBySystem.${system}; in
|
||||||
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
|
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
|
||||||
simpleTest {
|
simpleTest {
|
||||||
|
name = "hydra-notifications";
|
||||||
nodes.machine = { pkgs, ... }: {
|
nodes.machine = { pkgs, ... }: {
|
||||||
imports = [ hydraServer ];
|
imports = [ hydraServer ];
|
||||||
services.hydra-dev.extraConfig = ''
|
services.hydra-dev.extraConfig = ''
|
||||||
|
@ -346,6 +348,7 @@
|
||||||
let pkgs = pkgsBySystem.${system}; in
|
let pkgs = pkgsBySystem.${system}; in
|
||||||
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
|
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
|
||||||
makeTest {
|
makeTest {
|
||||||
|
name = "hydra-gitea";
|
||||||
nodes.machine = { pkgs, ... }: {
|
nodes.machine = { pkgs, ... }: {
|
||||||
imports = [ hydraServer ];
|
imports = [ hydraServer ];
|
||||||
services.hydra-dev.extraConfig = ''
|
services.hydra-dev.extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue