From cf3fd8028d0b9619278d74d0b0ee6568dbc35eed Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 17 Feb 2019 11:32:00 +0800 Subject: [PATCH] fix hydra project declaration --- hydra-project.json | 15 +++++++++++++++ hydra-project.nix => jobsets.nix | 0 2 files changed, 15 insertions(+) create mode 100644 hydra-project.json rename hydra-project.nix => jobsets.nix (100%) diff --git a/hydra-project.json b/hydra-project.json new file mode 100644 index 0000000..7a7425b --- /dev/null +++ b/hydra-project.json @@ -0,0 +1,15 @@ +{ + "enabled": 1, + "hidden": false, + "description": "js", + "nixexprinput": "nixScripts", + "nixexprpath": "jobsets.nix", + "checkinterval": 300, + "schedulingshares": 10, + "enableemail": false, + "emailoverride": "", + "keepnr": 10, + "inputs": { + "nixScripts": { "type": "git", "value": "git://github.com/m-labs/nix-scripts.git", "emailresponsible": false }, + } +} diff --git a/hydra-project.nix b/jobsets.nix similarity index 100% rename from hydra-project.nix rename to jobsets.nix