ci: Add tart VM to ci script

And use personal nodes elsewhere.
This commit is contained in:
Sridhar Ratnakumar 2025-07-21 12:08:15 -04:00
parent 7c4baeeb45
commit 8eaad9395f

View file

@ -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"