Drop use of "filter" in test layouts

Change-Id: Iec6e3be64c5d838a6f1cc5c37fd64c4abfdab8ea
This commit is contained in:
James E. Blair 2014-06-23 14:50:01 -07:00
parent 1fbfceb04b
commit 953f001a0f
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ pipelines:
manager: IndependentPipelineManager
require:
approval:
- email-filter: jenkins@example.com
- email: jenkins@example.com
trigger:
gerrit:
- event: comment-added
@ -20,7 +20,7 @@ pipelines:
gerrit:
- event: comment-added
require-approval:
- email-filter: jenkins@example.com
- email: jenkins@example.com
success:
gerrit:
verified: 1

View File

@ -12,7 +12,7 @@ pipelines:
older-than: 48h
- event: comment-added
require-approval:
- email-filter: jenkins@example.com
- email: jenkins@example.com
newer-than: 48h
- event: comment-added
require-approval:
@ -21,7 +21,7 @@ pipelines:
require-approval:
- approved: 1
username: jenkins
email-filter: jenkins@example.com
email: jenkins@example.com
success:
gerrit:
verified: 1