Include ref info on stmp reporter subjects

Our old log urls had ref info in them which people were relying on to
determine what refs jobs reported via smtp ran against. With changes to
the zuul dashboard being the log location the links now only have a
build uuid and lack ref info.

Update the pipeline smtp reporter subject to include the change.ref
object which should give this info to users again.

Change-Id: If81710baa528be779762730e9593b32841ffcb56
This commit is contained in:
Clark Boylan 2019-08-19 09:56:34 -07:00
parent e017172c24
commit 32fefdb294
1 changed files with 5 additions and 5 deletions

View File

@ -158,7 +158,7 @@
smtp:
from: zuul@openstack.org
to: release-job-failures@lists.openstack.org
subject: 'Pre-release of {change.project} failed'
subject: 'Pre-release of {change.project} for ref {change.ref} failed'
mysql:
- pipeline:
@ -177,7 +177,7 @@
smtp:
from: zuul@openstack.org
to: release-job-failures@lists.openstack.org
subject: 'Release of {change.project} failed'
subject: 'Release of {change.project} for ref {change.ref} failed'
mysql:
- pipeline:
@ -212,7 +212,7 @@
smtp:
from: zuul@openstack.org
to: release-job-failures@lists.openstack.org
subject: 'release-post job for {change.project} failed'
subject: 'release-post job for {change.project} for ref {change.ref} failed'
- pipeline:
name: tag
@ -231,7 +231,7 @@
smtp:
from: zuul@openstack.org
to: release-job-failures@lists.openstack.org
subject: 'Tag of {change.project} failed'
subject: 'Tag of {change.project} for ref {change.ref} failed'
- pipeline:
name: periodic-stable
@ -249,7 +249,7 @@
smtp:
from: zuul@openstack.org
to: openstack-stable-maint@lists.openstack.org
subject: 'Stable check of {change.project} failed'
subject: 'Stable check of {change.project} for ref {change.ref} failed'
- pipeline:
name: experimental