ci/spec.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2024-09-04 08:36:31 +00:00
{
"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
},
2024-09-06 11:53:49 +00:00
"extra-math-prs": {
"type": "giteapulls",
"value": "git.chir.rs ProcyOS extra_math",
"emailresponsible": false
},
2024-09-05 13:49:12 +00:00
"rand-testsuite-prs": {
"type": "giteapulls",
"value": "git.chir.rs ProcyOS rand_testsuite",
"emailresponsible": false
},
2024-09-04 08:36:31 +00:00
"rust-template-prs": {
"type": "giteapulls",
"value": "git.chir.rs ProcyOS rust-template",
"emailresponsible": false
}
}
2024-09-06 11:53:49 +00:00
}