Chrome OS Skylab Admin is a Google App Engine app (in Go) that supports the following:
This service is trying to keep devices in a healthy, schedulable state at all times. Device health can degrade for many reasons (bad test, provisioning failure, etc...) and this service supports recovering those devices with the following:
dut_state (needs_repair, repair_failed, needs_manual_repair).push-repair-jobs-for-labstations) are scheduled hourly for idle labstations whose dut_state is ready, needs_repair, repair_failed, or needs_manual_repair. Labstations in reserved state (or other ineligible states such as disabled and decommissioned) are intentionally excluded from automated periodic repair checks to prevent interrupting manual debugging or reserved usage.For initial setup, follow the Chrome Infra Go procedures
For environment setup, follow the Bootstrap procedures