zuul/zuul/executor
Tobias Henkel 3374c883c7
Fix missing min_avail_mem in memory governor
Somehow the memory governor made it into without the needed
min_avail_mem variable. Add that to prevent repeated crashing of the
governor thread [1].

[1] Trace:
2018-02-01 14:42:15,533 ERROR zuul.ExecutorServer: Exception in governor thread:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/zuul/executor/server.py", line 1959, in run_governor
    self.manageLoad()
  File "/usr/lib/python3.6/site-packages/zuul/executor/server.py", line 1975, in manageLoad
    elif avail_mem_pct < self.min_avail_mem:
AttributeError: 'ExecutorServer' object has no attribute 'min_avail_mem'

Change-Id: I9af5ba3ef3200f1a8d1bdb41906a1b77ef4e7f55
2018-02-01 15:47:33 +01:00
..
__init__.py Rename zuul-launcher to zuul-executor 2017-03-15 12:21:24 -04:00
client.py Remove zuul._projects 2018-01-19 10:45:39 +11:00
server.py Fix missing min_avail_mem in memory governor 2018-02-01 15:47:33 +01:00