diff options
author | V <v@unfathomable.blue> | 2022-05-10 20:02:21 +0200 |
---|---|---|
committer | V <v@unfathomable.blue> | 2022-05-11 13:29:40 +0200 |
commit | 83bfa5eab7cf64a77551b634c75b6eaf92d961c3 (patch) | |
tree | 8773ddd1d96dee105b9bd0981109c582831415e9 /fleet/test | |
parent | 19c1578320ef98d76c3e758316d8774ac51a47fe (diff) | |
download | unf-legacy-83bfa5eab7cf64a77551b634c75b6eaf92d961c3.tar.zst |
fleet/hosts/kaikou: a build automation server
This will host a Gerrit instance and run CI jobs for us. Change-Id: Ida683bfa910843cc4bcc8a96f2872364067a17ea
Diffstat (limited to 'fleet/test')
-rwxr-xr-x | fleet/test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fleet/test b/fleet/test index d8e2a87..9246526 100755 --- a/fleet/test +++ b/fleet/test @@ -3,5 +3,6 @@ # SPDX-License-Identifier: OSL-3.0 git add . && git commit -m WIP +git push -f kaikou trunk && ssh kaikou-root nixos-rebuild test --show-trace git push -f vityaz trunk && ssh vityaz-root nixos-rebuild test --show-trace git push -f trieste trunk && ssh trieste-root nixos-rebuild test --show-trace |