blob: acf1677ed00e9a6e20f442cc6c1dab7db4695f48 [file] [log] [blame] [view]
This folder contains code and other resources that help make the Skolo run
smoothly.
The raspberry-pi folder contains Ansible playbooks that can be used to manage
the raspberry pis.
The linux folder contains Ansible playbooks that can be used to manage the
Linux bots in the Skolo.
The /bash/skolo.sh file is a set of shortcuts for interacting with the skolo.
It can be 'source'd from your .bashrc.
source $GOPATH/src/go.skia.org/infra/skolo/bash/skolo.sh
## Deploying Executables
The Makefile has several targets defined for building and uploading executables we deploy to
jumphosts. For more details, see the README.md associated with the associated `install_` role, e.g.
`//skolo/ansible/switchboard/roles/install_powercycle_server/README.md`