Files
hydra-notify-test/.hydra/spec.json
2026-03-13 16:39:12 +01:00

46 lines
1.2 KiB
JSON

{
"enabled": 1,
"hidden": false,
"description": "gitea notify test repo",
"nixexprinput": "hydra-notify-test",
"checkinterval": 60,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 5,
"type": 0,
"flake": "git+https://git.dynamicdiscord.de/kalipso/hydra-notify-test/archive/${branch}.tar.gz",
"inputs": {
"hydra-notify-test": {
"value": "https://git.dynamicdiscord.de/kalipso/hydra-notify-test master",
"type": "git",
"emailresponsible": false
},
"nixpkgs": {
"value": "https://github.com/NixOS/nixpkgs nixos-25.11",
"type": "git",
"emailresponsible": false
},
"gitea_repo_name" : {
"type" : "string",
"value" : "hydra-notify-test",
"emailresponsible" : false
},
"gitea_repo_owner" : {
"type" : "string",
"value" : "kalipso",
"emailresponsible" : false
},
"gitea_http_url" : {
"type" : "string",
"value" : "https://git.dynamicdiscord.de",
"emailresponsible" : false
},
"gitea_status_repo" : {
"type" : "string",
"value" : "hydra-notify-test",
"emailresponsible" : false
}
}
}