Migrate lucifer to Go modules

Also removed the opencensus traces as it is now broken.

Bug:b/206847055
Test:manual build
Change-Id: Ifa8e34f1971bc6673aa06c9e2c3be9613d594e89
3 files changed
tree: 6e1f5c3dce4efe14ac954a230873c24a1951b5fa
  1. scripts/
  2. src/
  3. .gitignore
  4. LICENSE
  5. OWNERS
  6. README.md
README.md

Lucifer

Chromium OS test running infrastructure.

Overview

The project provides multiple binaries.

lucifer_run_job and lucifer_admin_task are the main Lucifer binaries. They run a test job and admin task, respectively. They are intended to be run by a parent wrapper process. The commands print status update events to stdout, and the calling process should perform the necessary updates for the scheduling system in use (e.g. Autotest or Swarming).

skylab_swarming_worker is such a wrapper for Swarming.

Development

See Go in Chromium OS. Development should be done in the chroot to ensure the right version of Go and dependencies are used.

To install dependencies, run in the chroot:

sudo emerge -o lucifer