From f7d387b7240a44d711ab836f74770fd06ac44095 Mon Sep 17 00:00:00 2001 From: Arie Bregman Date: Tue, 17 Oct 2017 10:49:56 +0300 Subject: [PATCH] Add abregman to tempest notifications This will send email to abregman whenever one of the networking tests failed in periodic featureset020 job. Change-Id: Iddfaea7cc3af6096722638593c106d0dffd04795 --- .../validate-tempest/files/tempestmail/config.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/roles/validate-tempest/files/tempestmail/config.yaml b/roles/validate-tempest/files/tempestmail/config.yaml index 1312a5fdc..ba0d58111 100644 --- a/roles/validate-tempest/files/tempestmail/config.yaml +++ b/roles/validate-tempest/files/tempestmail/config.yaml @@ -29,5 +29,17 @@ emails: - 'gate-tripleo-ci-centos-7-scenario001-multinode-oooq' regex: - 'ceilometer.tests.tempest.scenario.test_telemetry_integration.TestTelemetryIntegration' + - mail: 'abregman@redhat.com' + name: 'RHOS Networking' + fail_only: True + jobs: + - 'periodic-tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset020-master' + - 'periodic-tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset020-pike' + - 'periodic-tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset020-ocata' + regex: + - 'tempest.api.network.*' + - 'tempest.scenario.test_network_advanced_server_ops' + - 'tempest.scenario.test_network_basic_ops' + - 'tempest.scenario.test_network_v6' + - 'tempest.scenario.test_security_groups_basic_ops' template: template.html -