Hydra, for Lix
Find a file
Eelco Dolstra b3169ce438 Kill active build steps when builds are cancelled
We now kill active build steps when there are no more referring
builds. This is useful e.g. for preventing cancelled multi-hour TPC-H
benchmark runs from hogging build machines.
2016-10-31 14:58:29 +01:00
doc svn.nixos.org -> github.com 2016-10-12 18:00:34 +02:00
src Kill active build steps when builds are cancelled 2016-10-31 14:58:29 +01:00
tests Fix API tests 2016-10-27 13:15:09 +02:00
.gitignore Shut up warnings 2015-05-28 17:38:17 +02:00
bootstrap hydra: Simplify `bootstrap'. 2011-01-14 10:52:47 +00:00
configure.ac Remove the pretty-printed log 2016-10-27 14:43:17 +02:00
COPYING hydra: revert license change 2010-03-29 14:16:46 +00:00
hydra-module.nix Allow hydra-eval-jobset to be found by the hydra-evaluator 2016-10-25 22:55:32 +02:00
INSTALL hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
Makefile.am Install hydra-module.nix into $out/share/nix 2013-07-28 11:24:31 -04:00
README.md README: fix manual links, fixes #401 2016-10-13 13:36:09 +02:00
release.nix Remove the pretty-printed log 2016-10-27 14:43:17 +02:00
shell.nix inNixShell considered harmful 2016-03-22 13:10:37 +01:00
version hydra: fix tarball build, add pre suffix to tarballs 2010-09-30 15:02:42 +00:00

Hydra

Hydra is a continuous integration system based on the Nix package manager. For more information, see the manual.

For development see [hacking instructions] (http://nixos.org/hydra/manual/#chap-hacking).