From fffee90e2b4f904da9eec184469bfc7243bcf129 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 16 Jan 2018 15:18:28 -0500 Subject: [PATCH] Enable e-mail notifications for Fedora-s390x-m64 and RHEL-s390x-m64 --- lib/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config.json b/lib/config.json index 110d339..eb04669 100644 --- a/lib/config.json +++ b/lib/config.json @@ -118,7 +118,7 @@ { "name" : "Fedora-s390x-m64", "type" : "Plain_c64t64", "builddir" : "fedora-s390x", - "tags" : [ "fedora", "s390x", "m64", "TEST" ], + "tags" : [ "fedora", "s390x", "m64", "MAIL" ], "slavenames" : [ "marist-fedora-s390x" ] }, @@ -206,7 +206,7 @@ { "name" : "RHEL-s390x-m64", "type" : "Plain_c64t64", "builddir" : "rhel-s390x", - "tags" : [ "rhel", "s390x", "m64" ], + "tags" : [ "rhel", "s390x", "m64", "MAIL" ], "slavenames" : [ "rhel-7_1-s390x-1" ] }, { "name" : "NetBSD-x86_64-m64",