To aid in debugging a problem with zuul, log all information from
gerrit for a while.
Change-Id: Id8eb8130054cd4fc9407aca29cf501c1fdcb7b88
Story: 2000189
Python logging has a WatchedFileHandler which will do the correct thing
for logrotate when copytruncate is not used. Do this to avoid having
multiple copies of the same log in place. Also, this should avoid a race
where log data is lost between copying and truncating done by logrotate.
Change-Id: Idbbc7869004a03b8f19cfbd81ad07f5584ce1964
We think we have useful logs now, so reduce the level just in case
all of the logging is exacerbating the problem.
Change-Id: I85e8e989976b452d73671089a5f66450c8e4743a
Python logrotate does not compress. Use logrotate utility to do log
rotation so that older logs can be compressed saving disk space.
Change python logging to use normal file handlers as it will no longer
be doing the rotation for us. Keep all the file names the same.
Change-Id: I7302e4b197e99fd49fd9d5678702333b17a46efa
Revert "Enable zuul gerrit debug logging"
This reverts commit def03556bc36169e39c909471b0fedd5f5acfec2.
Revert "narrow the freshness window to 24h"
This reverts commit 20f5d2d0034641bc96e822c6846d3b5886dbe119.
Revert "Require a recent (48h) positive check result"
This reverts commit a78022f9d4bce9296b600dfb8992c1d4e063852e.
There is a bug that is causing the automatic gate enqueue after
a verify+1 to fail. Revert this until we track it down.
Change-Id: I7347e2e999855e79177ec5f670392334c92d628d
(This is only used by zuul-dev currently.)
Remove co-hosted gearmand server (will require manual cleanup).
Also, listen for feature/gearman events in openstack-infra.
Change-Id: I2dd58e62ff79277f1ef5c79da54bcc7511f2ccee
Reviewed-on: https://review.openstack.org/30175
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins