add githubstatus to hydra
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
2fe2a97b4c
commit
b2afa504eb
@ -12,7 +12,7 @@
|
||||
"type": 0,
|
||||
"inputs": {
|
||||
"nixexpr": {
|
||||
"value": "https://github.com/RAD-Development/nix-dotfiles main",
|
||||
"value": "https://github.com/ahuston-0/nix-dotfiles-hydra main",
|
||||
"type": "git",
|
||||
"emailresponsible": false
|
||||
},
|
||||
@ -23,12 +23,12 @@
|
||||
},
|
||||
"pulls": {
|
||||
"type": "githubpulls",
|
||||
"value": "RAD-Development nix-dotfiles",
|
||||
"value": "ahuston-0 nix-dotfiles-hydra",
|
||||
"emailresponsible": false
|
||||
},
|
||||
"branches": {
|
||||
"type": "github_refs",
|
||||
"value": "RAD-Development nix-dotfiles heads -",
|
||||
"value": "ahuston-0 nix-dotfiles-hydra heads -",
|
||||
"emailresponsible": false
|
||||
}
|
||||
}
|
||||
|
@ -55,6 +55,13 @@ in
|
||||
<git-input>
|
||||
timeout = 3600
|
||||
</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}
|
||||
<hydra_notify>
|
||||
<prometheus>
|
||||
|
Loading…
x
Reference in New Issue
Block a user