10 Commits

Author SHA1 Message Date
James E. Blair
5f780500c3 Zuul: log gerrit at debug level
To aid in debugging a problem with zuul, log all information from
gerrit for a while.

Change-Id: Id8eb8130054cd4fc9407aca29cf501c1fdcb7b88
Story: 2000189
2015-03-04 12:21:09 -08:00
Clark Boylan
ddb23eeb7b Use WatchedFileHandler to avoid copytruncate.
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
2014-06-11 15:39:25 -07:00
James E. Blair
89a977a06e Reduce gearman logging level
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
2014-05-27 17:01:10 -07:00
Clark Boylan
cbe1277e5f Fix python FileHandler loggers
Use correct module path for FileHandler objects and make args tuple a
proper tuple.

Change-Id: Ib24989e6795ad88fd6de6ab66944984b438b9f72
2014-05-27 14:56:53 -07:00
Clark Boylan
e376d82672 Rotate zuul logs with logrotate
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
2014-05-27 14:30:53 -07:00
James E. Blair
502ad674f3 Revert requiring a recent positive check result
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
2014-02-13 16:09:38 -08:00
James E. Blair
def03556bc Enable zuul gerrit debug logging
So that we can determine if there is a race condition with querying
voting results.

Change-Id: I1c6eec01a8647853b4c1109580d22ac9ed376c5d
2014-02-13 13:40:55 -08:00
James E. Blair
60a2816a38 Zuul: set gear log level to INFO
DEBUG is way too verbose.

Change-Id: I9fc53d3b5b1cf1d3a61207e3b8accddc8b185202
2013-12-04 14:20:47 -08:00
James E. Blair
b064f95e52 Use Zuul's internal gearman server.
(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
2013-06-04 21:47:33 +00:00
Monty Taylor
3776f952dc Move OpenStack classes to openstack_project module
Change-Id: Iafcd2e06c5b62e4cde5eccaab3173a20bb08a78d
2012-07-23 10:31:58 -05:00