• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

cmd/23-Nov-2023-586398

README.mdD22-Nov-2023653 3017

__init__.pyD22-Nov-2023636 1911

autotest.pyD23-Nov-20235.9 KiB199137

autotest_unittest.pyD23-Nov-20232.5 KiB8463

conftest.pyD22-Nov-2023864 2716

eventlib.pyD23-Nov-20234 KiB12890

eventlib_unittest.pyD22-Nov-20232.9 KiB10163

handlers.pyD23-Nov-202313.9 KiB366297

handoffs.pyD23-Nov-20233.2 KiB9771

jobx.pyD23-Nov-20236 KiB203147

leasing.pyD23-Nov-20234.7 KiB169126

leasing_unittest.pyD23-Nov-20237.4 KiB268202

loglib.pyD22-Nov-20231.8 KiB6646

loglib_unittest.pyD22-Nov-20231.2 KiB3624

results.pyD23-Nov-20231.9 KiB6845

README.md

1# lucifer
2
3[TOC]
4
5This is the Python component of lucifer.  See the [design
6doc](http://goto.google.com/monitor_db_per_job_refactor).
7
8See also the Go
9[component](https://chromium.googlesource.com/chromiumos/infra/lucifer)
10
11## Overview
12
13lucifer provides two commands.  From the repository root, they are:
14
15- `bin/job_reporter`
16- `bin/job_aborter`
17
18`job_reporter` runs an Autotest job. `job_aborter` is a daemon that
19cleans up jobs that crash and aborts jobs using the AFE database.
20
21## Development
22
23To run all tests, in the repository root, run:
24
25    $ bin/test_lucifer
26
27To skip somewhat slower tests (0.10s or more):
28
29    $ bin/test_lucifer --skipslow
30