add githubstatus to hydra

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-07-07 13:43:39 -04:00 committed by Alice Huston
parent 2fe2a97b4c
commit b2afa504eb
2 changed files with 10 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"type": 0, "type": 0,
"inputs": { "inputs": {
"nixexpr": { "nixexpr": {
"value": "https://github.com/RAD-Development/nix-dotfiles main", "value": "https://github.com/ahuston-0/nix-dotfiles-hydra main",
"type": "git", "type": "git",
"emailresponsible": false "emailresponsible": false
}, },
@ -23,12 +23,12 @@
}, },
"pulls": { "pulls": {
"type": "githubpulls", "type": "githubpulls",
"value": "RAD-Development nix-dotfiles", "value": "ahuston-0 nix-dotfiles-hydra",
"emailresponsible": false "emailresponsible": false
}, },
"branches": { "branches": {
"type": "github_refs", "type": "github_refs",
"value": "RAD-Development nix-dotfiles heads -", "value": "ahuston-0 nix-dotfiles-hydra heads -",
"emailresponsible": false "emailresponsible": false
} }
} }

View File

@ -55,6 +55,13 @@ in
<git-input> <git-input>
timeout = 3600 timeout = 3600
</git-input> </git-input>
<githubstatus>
jobs = build-fork-hydra:pr-.*:hosts\..*
## This example will match all jobs
#jobs = .*
inputs = nixexpr
excludeBuildFromContext = 1
</githubstatus>
Include ${config.sops.secrets."alice/gha-hydra-token".path} Include ${config.sops.secrets."alice/gha-hydra-token".path}
<hydra_notify> <hydra_notify>
<prometheus> <prometheus>