ci/spec.json

54 lines
No EOL
1.5 KiB
JSON

{
"enabled": 1,
"hidden": false,
"description": "jobsets",
"nixexprinput": "ci",
"nixexprpath": "default.nix",
"checkinterval": 3600,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 1,
"inputs": {
"ci": {
"type": "git",
"value": "https://git.chir.rs/ProcyOS/ci main",
"emailresponsible": false
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git",
"emailresponsible": false
},
"gitea_status_repo": {
"type": "string",
"value": "ci",
"emailresponsible": false
},
"gitea_repo_owner": {
"type": "string",
"value": "ProcyOS",
"emailresponsible": false
},
"gitea_repo_name": {
"type": "string",
"value": "ci",
"emailresponsible": false
},
"extra-math-prs": {
"type": "giteapulls",
"value": "git.chir.rs ProcyOS extra_math",
"emailresponsible": false
},
"rand-testsuite-prs": {
"type": "giteapulls",
"value": "git.chir.rs ProcyOS rand_testsuite",
"emailresponsible": false
},
"rust-template-prs": {
"type": "giteapulls",
"value": "git.chir.rs ProcyOS rust-template",
"emailresponsible": false
}
}
}