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
This commit is contained in:
James E. Blair 2014-02-13 16:06:41 -08:00
parent e9927e6789
commit 502ad674f3
2 changed files with 2 additions and 19 deletions

View File

@ -16,12 +16,7 @@ pipelines:
- event: comment-added
require-approval:
- username: jenkins
older-than: 72h
- event: comment-added
require-approval:
- approved: 1
- username: jenkins
older-than: 24h
older-than: 48h
start:
gerrit:
verified: 0
@ -40,22 +35,10 @@ pipelines:
trigger:
gerrit:
- event: comment-added
require-approval:
- verified: 1
username: jenkins
newer-than: 24h
approval:
- approved: 1
- event: comment-added
approval:
- verified: 1
username: jenkins
- event: comment-added
comment_filter: (?i)^\s*reverify( (?:bug|lp)[\s#:]*(\d+))\s*$
require-approval:
- verified: 1
username: jenkins
newer-than: 24h
start:
gerrit:
verified: 0

View File

@ -17,7 +17,7 @@ handlers=debug,normal
qualname=zuul
[logger_gerrit]
level=DEBUG
level=INFO
handlers=debug,normal
qualname=gerrit