From 1263c7f15f9788abd2e811686a930d620cc11dad Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 8 Oct 2020 13:54:36 +0800 Subject: [PATCH] Revert "attempting to fix hydra jobsets" This reverts commit 477f9ce19714460e546cddebbf56e9a62dc4f25d. --- hydra/artiq.json | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index 7b2c22e..921174d 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -1,18 +1,16 @@ { - "artiq": { - "enabled": 1, - "hidden": true, - "description": "js", - "nixexprinput": "nixScripts", - "nixexprpath": "hydra/artiq.nix", - "checkinterval": 300, - "schedulingshares": 10, - "enableemail": false, - "emailoverride": "", - "keepnr": 10, - "inputs": { - "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-20.03", "emailresponsible": false }, - "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false } - } + "enabled": 1, + "hidden": true, + "description": "js", + "nixexprinput": "nixScripts", + "nixexprpath": "hydra/artiq.nix", + "checkinterval": 300, + "schedulingshares": 10, + "enableemail": false, + "emailoverride": "", + "keepnr": 10, + "inputs": { + "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-20.03", "emailresponsible": false }, + "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false } } }