2019-02-17 11:32:00 +08:00
|
|
|
{
|
2020-10-08 14:08:20 +08:00
|
|
|
"fast-beta": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
|
|
|
"description": "Core ARTIQ packages to build fast for CI purposes (beta version)",
|
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-fast.nix",
|
|
|
|
"checkinterval": 300,
|
|
|
|
"schedulingshares": 10,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2020-10-08 14:08:20 +08:00
|
|
|
"inputs": {
|
2021-06-02 08:17:19 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2020-10-08 14:08:20 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"artiqSrc": { "type": "git", "value": "git://github.com/m-labs/artiq.git master 1", "emailresponsible": false }
|
|
|
|
}
|
|
|
|
},
|
2021-01-28 03:06:05 +08:00
|
|
|
"board-generated-beta": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
2021-02-17 16:25:18 +08:00
|
|
|
"description": "Generated code for ARTIQ boards (beta version)",
|
2021-01-28 03:06:05 +08:00
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-board-generated",
|
2021-02-16 10:01:10 +08:00
|
|
|
"checkinterval": 14400,
|
2021-01-28 03:06:05 +08:00
|
|
|
"schedulingshares": 1,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2021-01-28 03:06:05 +08:00
|
|
|
"inputs": {
|
2021-06-02 08:17:19 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2021-01-28 03:06:05 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"sinaraSystemsSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/sinara-systems.git master 1", "emailresponsible": false },
|
|
|
|
"artiq-fast": { "type": "sysbuild", "value": "artiq:fast-beta:generated-nix", "emailresponsible": false }
|
|
|
|
}
|
|
|
|
},
|
2020-10-08 14:08:20 +08:00
|
|
|
"full-beta": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
|
|
|
"description": "Full set of ARTIQ packages (beta version)",
|
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-full.nix",
|
|
|
|
"checkinterval": 86400,
|
|
|
|
"schedulingshares": 1,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2020-10-08 14:08:20 +08:00
|
|
|
"inputs": {
|
2021-06-02 08:17:19 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2020-10-08 14:08:20 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
2021-02-17 16:01:19 +08:00
|
|
|
"a6p": { "type": "boolean", "value": "true" },
|
2021-01-28 03:06:05 +08:00
|
|
|
"artiq-board-generated": { "type": "sysbuild", "value": "artiq:board-generated-beta:generated-nix", "emailresponsible": false }
|
2020-10-08 14:08:20 +08:00
|
|
|
}
|
|
|
|
},
|
2021-02-17 16:13:09 +08:00
|
|
|
|
2020-10-08 14:08:20 +08:00
|
|
|
"fast": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
|
|
|
"description": "Core ARTIQ packages to build fast for CI purposes",
|
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-fast.nix",
|
|
|
|
"checkinterval": 300,
|
|
|
|
"schedulingshares": 10,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2020-10-08 14:08:20 +08:00
|
|
|
"inputs": {
|
2021-07-27 10:22:07 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2020-10-08 14:08:20 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
2021-02-17 16:13:09 +08:00
|
|
|
"artiqSrc": { "type": "git", "value": "git://github.com/m-labs/artiq.git release-6 1", "emailresponsible": false }
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"board-generated": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
2021-02-17 16:25:18 +08:00
|
|
|
"description": "Generated code for ARTIQ boards",
|
2021-02-17 16:13:09 +08:00
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-board-generated",
|
|
|
|
"checkinterval": 14400,
|
|
|
|
"schedulingshares": 1,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2021-02-17 16:13:09 +08:00
|
|
|
"inputs": {
|
2021-07-27 10:22:07 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2021-02-17 16:13:09 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"sinaraSystemsSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/sinara-systems.git master 1", "emailresponsible": false },
|
|
|
|
"artiq-fast": { "type": "sysbuild", "value": "artiq:fast:generated-nix", "emailresponsible": false }
|
2020-10-08 14:08:20 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"full": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
|
|
|
"description": "Full set of ARTIQ packages",
|
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-full.nix",
|
|
|
|
"checkinterval": 86400,
|
|
|
|
"schedulingshares": 1,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2021-02-17 16:13:09 +08:00
|
|
|
"inputs": {
|
2021-07-27 10:22:07 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2021-02-17 16:13:09 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"a6p": { "type": "boolean", "value": "true" },
|
|
|
|
"artiq-board-generated": { "type": "sysbuild", "value": "artiq:board-generated:generated-nix", "emailresponsible": false }
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"fast-legacy": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
|
|
|
"description": "Core ARTIQ packages to build fast for CI purposes (legacy version)",
|
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-fast.nix",
|
|
|
|
"checkinterval": 300,
|
|
|
|
"schedulingshares": 10,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2021-02-17 16:13:09 +08:00
|
|
|
"inputs": {
|
2021-07-27 10:22:07 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2021-02-17 16:13:09 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"artiqSrc": { "type": "git", "value": "git://github.com/m-labs/artiq.git release-5 1", "emailresponsible": false }
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"full-legacy": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
|
|
|
"description": "Full set of ARTIQ packages (legacy version)",
|
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-full.nix",
|
|
|
|
"checkinterval": 86400,
|
|
|
|
"schedulingshares": 1,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2020-10-08 14:08:20 +08:00
|
|
|
"inputs": {
|
2021-07-27 10:22:07 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2020-10-08 14:08:20 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"sinaraSystemsSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/sinara-systems.git master 1", "emailresponsible": false },
|
2021-02-17 16:01:19 +08:00
|
|
|
"a6p": { "type": "boolean", "value": "false" },
|
2021-02-17 16:13:09 +08:00
|
|
|
"artiq-fast": { "type": "sysbuild", "value": "artiq:fast-legacy:generated-nix", "emailresponsible": false }
|
2020-10-08 14:08:20 +08:00
|
|
|
}
|
|
|
|
},
|
2021-02-17 16:13:09 +08:00
|
|
|
|
2021-09-12 18:17:47 +08:00
|
|
|
"fast-flakes": {
|
2021-08-18 14:24:20 +08:00
|
|
|
"enabled": 1,
|
2021-08-25 13:33:18 +08:00
|
|
|
"type": 1,
|
2021-08-18 14:24:20 +08:00
|
|
|
"hidden": false,
|
2021-09-12 18:17:47 +08:00
|
|
|
"description": "Core ARTIQ packages to build fast for CI purposes (Nix flakes version)",
|
|
|
|
"flake": "github:m-labs/artiq",
|
2021-08-18 14:24:20 +08:00
|
|
|
"checkinterval": 300,
|
|
|
|
"schedulingshares": 10,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
|
|
|
"keepnr": 50
|
|
|
|
},
|
|
|
|
|
2020-10-08 14:08:20 +08:00
|
|
|
"gluelogic": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
|
|
|
"description": "Glue logic gateware for Sinara devices",
|
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "gluelogic.nix",
|
|
|
|
"checkinterval": 172800,
|
|
|
|
"schedulingshares": 1,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2020-10-08 14:08:20 +08:00
|
|
|
"inputs": {
|
2021-06-02 08:55:25 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2020-10-08 14:08:20 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"urukulSrc": { "type": "git", "value": "git://github.com/quartiq/urukul", "emailresponsible": false },
|
|
|
|
"mirnySrc": { "type": "git", "value": "git://github.com/quartiq/mirny", "emailresponsible": false },
|
2020-10-12 22:49:47 +08:00
|
|
|
"fastinoSrc": { "type": "git", "value": "git://github.com/quartiq/fastino", "emailresponsible": false },
|
|
|
|
"phaserSrc": { "type": "git", "value": "git://github.com/quartiq/phaser", "emailresponsible": false }
|
2020-10-08 14:08:20 +08:00
|
|
|
}
|
|
|
|
},
|
2021-02-17 16:13:09 +08:00
|
|
|
|
2021-07-07 18:08:30 +08:00
|
|
|
"zynq-rs": {
|
2020-10-08 14:08:20 +08:00
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
2021-07-07 18:08:30 +08:00
|
|
|
"description": "Bare-metal Rust on Zynq-7000",
|
2020-10-08 14:08:20 +08:00
|
|
|
"nixexprinput": "nixScripts",
|
2021-07-07 18:08:30 +08:00
|
|
|
"nixexprpath": "zynq-rs.nix",
|
2020-10-08 14:08:20 +08:00
|
|
|
"checkinterval": 300,
|
|
|
|
"schedulingshares": 1,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2020-10-08 14:08:20 +08:00
|
|
|
"inputs": {
|
2021-06-19 22:58:57 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2020-10-08 14:08:20 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"zynq-rs": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/zynq-rs.git", "emailresponsible": false },
|
2021-07-07 18:08:30 +08:00
|
|
|
|
|
|
|
"gitea_repo_name": { "value": "zynq-rs", "type": "string" },
|
|
|
|
"gitea_repo_owner": { "value": "M-Labs", "type": "string" },
|
|
|
|
"gitea_status_repo": { "value": "zynq-rs", "type": "string" }
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"zynq-beta": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
|
|
|
"description": "ARTIQ on Zynq-7000 (beta version)",
|
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-zynq.nix",
|
|
|
|
"checkinterval": 300,
|
|
|
|
"schedulingshares": 1,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2021-07-07 18:08:30 +08:00
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"artiq-fast": { "type": "sysbuild", "value": "artiq:fast-beta:generated-nix", "emailresponsible": false },
|
2021-05-13 15:41:28 +08:00
|
|
|
"artiq-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git", "emailresponsible": false },
|
|
|
|
|
2021-07-07 18:08:30 +08:00
|
|
|
"gitea_repo_name": { "value": "artiq-zynq", "type": "string" },
|
|
|
|
"gitea_repo_owner": { "value": "M-Labs", "type": "string" },
|
|
|
|
"gitea_status_repo": { "value": "artiq-zynq", "type": "string" }
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"zynq": {
|
|
|
|
"enabled": 1,
|
|
|
|
"hidden": false,
|
|
|
|
"description": "ARTIQ on Zynq-7000",
|
|
|
|
"nixexprinput": "nixScripts",
|
|
|
|
"nixexprpath": "artiq-zynq.nix",
|
|
|
|
"checkinterval": 300,
|
|
|
|
"schedulingshares": 1,
|
|
|
|
"enableemail": false,
|
|
|
|
"emailoverride": "",
|
2021-08-07 12:34:30 +08:00
|
|
|
"keepnr": 50,
|
2021-07-07 18:08:30 +08:00
|
|
|
"inputs": {
|
2021-07-27 10:22:07 +08:00
|
|
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false },
|
2021-07-07 18:08:30 +08:00
|
|
|
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false },
|
|
|
|
"artiq-fast": { "type": "sysbuild", "value": "artiq:fast:generated-nix", "emailresponsible": false },
|
|
|
|
"artiq-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git release-6", "emailresponsible": false },
|
|
|
|
|
2021-05-13 15:41:28 +08:00
|
|
|
"gitea_repo_name": { "value": "artiq-zynq", "type": "string" },
|
2021-05-13 15:42:22 +08:00
|
|
|
"gitea_repo_owner": { "value": "M-Labs", "type": "string" },
|
2021-05-13 15:41:28 +08:00
|
|
|
"gitea_status_repo": { "value": "artiq-zynq", "type": "string" }
|
2020-10-08 14:08:20 +08:00
|
|
|
}
|
2019-02-17 11:32:00 +08:00
|
|
|
}
|
|
|
|
}
|