hydra: configure githubstatus plugin #6
|
@ -324,6 +324,13 @@ in
|
||||||
job = artiq:full:conda-channel
|
job = artiq:full:conda-channel
|
||||||
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-conda-channel
|
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-conda-channel
|
||||||
</runcommand>
|
</runcommand>
|
||||||
|
|
||||||
|
<githubstatus>
|
||||||
|
jobs = artiq:fast.*:extended-tests
|
||||||
|
inputs = artiqSrc
|
||||||
|
useShortContext = 1
|
||||||
|
authorization = token ${(import /etc/nixos/secret/github_tokens.nix).artiq}
|
||||||
|
</githubstatus>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
systemd.services.hydra-www-outputs-init = {
|
systemd.services.hydra-www-outputs-init = {
|
||||||
|
|
Loading…
Reference in New Issue