Single line command since hydra runs command from single user
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
3d4ec9f431
commit
9da1ab6707
|
@ -649,19 +649,7 @@ in
|
||||||
notificationSender = "hydra@m-labs.hk";
|
notificationSender = "hydra@m-labs.hk";
|
||||||
minimumDiskFree = 15; # in GB
|
minimumDiskFree = 15; # in GB
|
||||||
minimumDiskFreeEvaluator = 1;
|
minimumDiskFreeEvaluator = 1;
|
||||||
extraConfig = let
|
extraConfig =
|
||||||
deployWebIntl = pkgs.writeShellScript "deployWebIntl"
|
|
||||||
''
|
|
||||||
#!${pkgs.bash}/bin/bash
|
|
||||||
[ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ]
|
|
||||||
export "TMPSSH=`mktemp -d`"
|
|
||||||
trap "rm -rf '$TMPSSH'" EXIT
|
|
||||||
cp --preserve=mode /opt/hydra_id_ed25519 "$TMPSSH/id_ed25519"
|
|
||||||
cp --preserve=mode /opt/hydra_id_ed25519.pub "$TMPSSH/id_ed25519.pub"
|
|
||||||
echo "5.78.86.156 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEMbV69aqkHdQ1T5lMuALyHjNowU1rottZtEV4OhKQ6Y" > "$TMPSSH/known_hosts"
|
|
||||||
${pkgs.rsync}/bin/rsync -r -e "${pkgs.openssh}/bin/ssh -i '$TMPSSH/id_ed25519' -o 'UserKnownHostsFile=$TMPSSH/known_hosts' -o IdentitiesOnly=yes" -c $(jq -r '.outputs[0].path' < $HYDRA_JSON)/ zolaupd@5.78.86.156:/var/www/m-labs-intl.com/html/
|
|
||||||
'';
|
|
||||||
in
|
|
||||||
''
|
''
|
||||||
binary_cache_secret_key_file = /etc/nixos/secret/nixbld.m-labs.hk-1
|
binary_cache_secret_key_file = /etc/nixos/secret/nixbld.m-labs.hk-1
|
||||||
max_output_size = 10000000000
|
max_output_size = 10000000000
|
||||||
|
@ -672,7 +660,7 @@ in
|
||||||
</runcommand>
|
</runcommand>
|
||||||
<runcommand>
|
<runcommand>
|
||||||
job = web:web:web-intl
|
job = web:web:web-intl
|
||||||
command = ${deployWebIntl}
|
command = [ $(jq '.buildStatus' < $HYDRA_JSON) = 0 ] && ${pkgs.rsync}/bin/rsync -r -c $(jq -r '.outputs[0].path' < $HYDRA_JSON)/ zolaupd@5.78.86.156:/var/www/m-labs-intl.com/html/
|
||||||
</runcommand>
|
</runcommand>
|
||||||
<runcommand>
|
<runcommand>
|
||||||
job = web:web:nmigen-docs
|
job = web:web:nmigen-docs
|
||||||
|
|
Loading…
Reference in New Issue