Add email notifications to openstack-stable-maint.
Change-Id: I45503a73020ed5ee1e10f44c4f76165f7cd91ab1 Reviewed-on: https://review.openstack.org/15193 Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
f8da250056
commit
dddd105a6d
@ -186,6 +186,8 @@
|
||||
when: complete
|
||||
predefined-parameters:
|
||||
DEVSTACK_NODE_NAME=${NODE_NAME}
|
||||
- email:
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
|
||||
- job:
|
||||
@ -230,6 +232,8 @@
|
||||
when: complete
|
||||
predefined-parameters:
|
||||
DEVSTACK_NODE_NAME=${NODE_NAME}
|
||||
- email:
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
|
||||
- job:
|
||||
@ -274,6 +278,8 @@
|
||||
when: complete
|
||||
predefined-parameters:
|
||||
DEVSTACK_NODE_NAME=${NODE_NAME}
|
||||
- email:
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
|
||||
- job:
|
||||
@ -318,6 +324,8 @@
|
||||
when: complete
|
||||
predefined-parameters:
|
||||
DEVSTACK_NODE_NAME=${NODE_NAME}
|
||||
- email:
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
|
||||
- job:
|
||||
@ -362,6 +370,8 @@
|
||||
when: complete
|
||||
predefined-parameters:
|
||||
DEVSTACK_NODE_NAME=${NODE_NAME}
|
||||
- email:
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
|
||||
# Called by devstack jobs to alert that they have started so that the
|
||||
|
@ -16,6 +16,8 @@
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: true
|
||||
- console-log-periodic
|
||||
- email:
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
scm:
|
||||
- git:
|
||||
@ -45,6 +47,8 @@
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: true
|
||||
- console-log-periodic
|
||||
- email:
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
scm:
|
||||
- git:
|
||||
@ -66,6 +70,8 @@
|
||||
|
||||
publishers:
|
||||
- console-log-periodic
|
||||
- email:
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
scm:
|
||||
- git:
|
||||
|
Loading…
Reference in New Issue
Block a user