about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorShawn Warren <shawn.warren@rackspace.com>2016-07-22 17:29:18 -0500
committerRok Garbas <rok@garbas.si>2016-07-23 00:29:18 +0200
commit9886c80daa8c5601f3a6de2a1512d00435da3432 (patch)
tree10b9e34c1ae379950faac330278cd76a9b755023 /nixos/release.nix
parentc4c378b6138ac224f2de13ecf172a760104dae3e (diff)
Add gocd agent and server service packages (#16273)
GoCD is an open source continuous delivery server specializing in advanced workflow
modeling and visualization.  Update maintainers list to include swarren83.  Update
module list to include gocd agent and server module.  Update packages list to include
gocd agent and server package.  Update version, revision and checksum for GoCD
release 16.5.0.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 966dee1aff039..273c3e21a10d1 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -228,6 +228,8 @@ in rec {
   tests.firewall = callTest tests/firewall.nix {};
   tests.fleet = hydraJob (import tests/fleet.nix { system = "x86_64-linux"; });
   #tests.gitlab = callTest tests/gitlab.nix {};
+  tests.gocd-agent = callTest tests/gocd-agent.nix {};
+  tests.gocd-server = callTest tests/gocd-server.nix {};
   tests.gnome3 = callTest tests/gnome3.nix {};
   tests.gnome3-gdm = callTest tests/gnome3-gdm.nix {};
   tests.grsecurity = callTest tests/grsecurity.nix {};