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,
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user