zuul/zuul/executor/sensors
Paul Belanger 608b22f577
Add min_avail_hdd governor for zuul-executor
Using the zuul.executor.state_dir setting from zuul.conf, we can
create a new governor to track the amount of space a zuul-executor is
using. If we go above the min_avail_hdd space (default 5.0%), we'll
stop accepting jobs until space has been reclaimed but the executor.

Change-Id: Ieb446397135ee5b138829cd2440b8c86abbb7d56
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-06-27 14:49:22 -04:00
..
__init__.py Refactor load sensors into drivers 2018-06-08 07:32:51 +02:00
cpu.py Refactor load sensors into drivers 2018-06-08 07:32:51 +02:00
hdd.py Add min_avail_hdd governor for zuul-executor 2018-06-27 14:49:22 -04:00
pause.py Add pause function to executor 2018-06-25 16:25:32 +02:00
ram.py Refactor load sensors into drivers 2018-06-08 07:32:51 +02:00
startingbuilds.py Refactor load sensors into drivers 2018-06-08 07:32:51 +02:00