From 0a9ce505a598c9f56b59a11a49239c9f36bfacaf Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Wed, 13 Sep 2017 23:54:55 +0200 Subject: [PATCH] Adding rhos telemetry to the list of mail users This will send an email to rhos telemetry every time the scenario001 job fail on ceilometer integration test. It also set other users to only receive email when tests fails. Change-Id: Ic2e49fd857648dd4368abd789370fce6b5f41222 Depends-On: Ib1fb285e8e93c8059c0f9241a748491b54d51047 --- .../validate-tempest/files/tempestmail/config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/roles/validate-tempest/files/tempestmail/config.yaml b/roles/validate-tempest/files/tempestmail/config.yaml index 3f3f81c87..1312a5fdc 100644 --- a/roles/validate-tempest/files/tempestmail/config.yaml +++ b/roles/validate-tempest/files/tempestmail/config.yaml @@ -10,11 +10,24 @@ emails: name: 'Arx Cruz' - mail: 'whayutin@redhat.com' name: 'Wes' + fail_only: True - mail: 'gcerami@redhat.com' name: 'Gabriele' + fail_only: True - mail: 'sshnaidm@redhat.com' name: 'Sagi Shnaidman' + fail_only: True - mail: 'myoung@redhat.com' name: 'Matt Young' + fail_only: True + - mail: 'rhos-telemetry@redhat.com' + name: 'Rhos Telemetry' + fail_only: True + jobs: + - 'gate-tripleo-ci-centos-7-scenario001-multinode-oooq-puppet' + - 'gate-tripleo-ci-centos-7-scenario001-multinode-oooq-container' + - 'gate-tripleo-ci-centos-7-scenario001-multinode-oooq' + regex: + - 'ceilometer.tests.tempest.scenario.test_telemetry_integration.TestTelemetryIntegration' template: template.html