From c76cd78d3ecb16179fa6b59132ec5be293f803fe Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Mon, 11 Sep 2017 20:51:42 +0200 Subject: [PATCH] Document steps to enable and customize tempest notifications Since we are now executing tempest in our gates, it is good to have the steps required to enable and customize notifications documented Change-Id: Ie5703eb43a9a7676aba711482797e8725d0f9878 --- doc/source/contributor/check_gates.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/source/contributor/check_gates.rst b/doc/source/contributor/check_gates.rst index 314d3f56..999ddf57 100644 --- a/doc/source/contributor/check_gates.rst +++ b/doc/source/contributor/check_gates.rst @@ -119,6 +119,15 @@ inspection and root cause analysis. Use the `_ for that. - +Enabling tempest tests notification +----------------------------------- + +There is a way to get notifications by email when a job finishes to running +tempest. +People interested to receive these notifications can submit a patch to add +their email address in `this config file +`_. +Instructions can be found `here +`_.