From 8eaad9395f627b86f92f3b18bf1b5291fe542b1c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 21 Jul 2025 12:08:15 -0400 Subject: [PATCH] ci: Add tart VM to ci script And use personal nodes elsewhere. --- packages/ci/layout.kdl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/ci/layout.kdl b/packages/ci/layout.kdl index 81fe678..c618be8 100644 --- a/packages/ci/layout.kdl +++ b/packages/ci/layout.kdl @@ -9,18 +9,18 @@ layout { pane { name "x86_64-linux" command "om" - args "ci" "run" "--on" "ssh://nix-infra@dosa" "--no-link" + args "ci" "run" "--on" "ssh://pureintent" "--no-link" } pane { name "aaarch64-darwin" command "om" - args "ci" "run" "--on" "ssh://nix-infra@sambar" "--no-link" + args "ci" "run" "--on" "ssh://infinitude" "--no-link" + } + pane { + name "aarch64-linux" + command "om" + args "ci" "run" "--on" "ssh://infinitude-nixos" "--no-link" } - // pane { - // name "x86_64-darwin" - // command "om" - // args "ci" "run" "--on" "ssh://nix-infra@sambar" "--systems" "x86_64-darwin" - // } } pane size=2 borderless=true { plugin location="status-bar"