add email notifications for release-post queue

When tags are being proposed by a job running in the post queue, we'll
want to monitor that job for failures. Set up the release-post queue to
use the same email notification that we have for the tag queue.

Change-Id: I045db9173938fbbcaf6c708cfb4677b8122acbf8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-07-15 10:53:16 -04:00
parent 8369773443
commit 63bdd51f42
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ pipelines:
gerrit:
- event: ref-updated
ref: ^(?!refs/).*$
failure:
smtp:
from: jenkins@openstack.org
to: release-job-failures@lists.openstack.org
subject: 'release-post job for {change.project} failed'
- name: tag
description: This pipeline runs jobs in response to any tag event.