name tests

This commit is contained in:
Linus Heckemann 2022-11-29 15:48:42 +01:00 committed by Maximilian Bosch
parent c7716817a9
commit ddd3ac3a4d
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -272,6 +272,7 @@
tests.install = forEachSystem (system:
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
simpleTest {
name = "hydra-install";
nodes.machine = hydraServer;
testScript =
''
@ -288,6 +289,7 @@
let pkgs = pkgsBySystem.${system}; in
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
simpleTest {
name = "hydra-notifications";
nodes.machine = { pkgs, ... }: {
imports = [ hydraServer ];
services.hydra-dev.extraConfig = ''
@ -346,6 +348,7 @@
let pkgs = pkgsBySystem.${system}; in
with import (nixpkgs + "/nixos/lib/testing-python.nix") { inherit system; };
makeTest {
name = "hydra-gitea";
nodes.machine = { pkgs, ... }: {
imports = [ hydraServer ];
services.hydra-dev.extraConfig = ''