Add in more Win RTX3060 machines.
Change-Id: Ic5468c0ae813e136bc0e31894aeb43c6ba2b292a
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/577978
Reviewed-by: Ravi Mistry <rmistry@google.com>
diff --git a/skolo/ansible/hosts.yml b/skolo/ansible/hosts.yml
index 84fb3c0..563df26 100644
--- a/skolo/ansible/hosts.yml
+++ b/skolo/ansible/hosts.yml
@@ -201,6 +201,7 @@
skia-e-win-252:
skia-e-win-253:
skia-e-win-255:
+ skia-e-win-[260:267]:
skia-e-win-[270:280]:
skia-e-win-[290:299]:
vars:
@@ -258,7 +259,7 @@
skia-e-win-355:
skia-e-win-367:
skia-e-win-368:
- skia-e-win-[380:382]:
+ skia-e-win-[380:388]:
vars:
ansible_shell_type: powershell
diff --git a/skolo/ansible/switchboard/prepare-win-for-ansible.yml b/skolo/ansible/switchboard/prepare-win-for-ansible.yml
new file mode 100644
index 0000000..fd4270d
--- /dev/null
+++ b/skolo/ansible/switchboard/prepare-win-for-ansible.yml
@@ -0,0 +1,15 @@
+# Does the absolute minimum for a Windows box that has sshd turned on.
+#
+# Once this is run then the 'win.yml' playbook can be run to finish/update the
+# machine.
+- hosts: all_win
+ gather_facts: false
+
+ pre_tasks:
+ - name: ensure sshd always starts
+ raw:
+ 'Set-Service -Name sshd -StartupType Automatic'
+
+ - name: install python3
+ raw:
+ 'winget install "Python 3.9" --source msstore --accept-package-agreements --accept-source-agreements'
diff --git a/skolo/sys/powercycle-rack6.json5 b/skolo/sys/powercycle-rack6.json5
index 90ef08f..3c3f320 100644
--- a/skolo/sys/powercycle-rack6.json5
+++ b/skolo/sys/powercycle-rack6.json5
@@ -9,7 +9,9 @@
"jumphost": 4,
"switch3": 5,
"switch4": 6,
- "skia-e-linux-600": 7
+ "skia-e-linux-600": 7,
+ "skia-e-win-600": 8,
+ "skia-e-win-601": 9
}
}
}