forked from M-Labs/it-infra
parent
e3690e50f0
commit
8ad847c7fa
|
@ -324,6 +324,13 @@ in
|
|||
job = artiq:full:conda-channel
|
||||
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ln -sfn $(jq -r '.outputs[0].path' < $HYDRA_JSON) ${hydraWwwOutputs}/artiq-conda-channel
|
||||
</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 = {
|
||||
|
|
Loading…
Reference in New Issue