From 00c5b215073d1eef4715c752b2127066ba38f18b Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 8 Oct 2019 01:09:28 +0000 Subject: Revert "[LLDB] Enable mails on the matrix bot" This reverts commit 3b05a74c5b56868049a700bc2b7fe56388349f33. git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374003 91177308-0d34-0410-b5e6-96231b3b80d8 --- zorg/jenkins/jobs/jobs/lldb-cmake-matrix | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake-matrix b/zorg/jenkins/jobs/jobs/lldb-cmake-matrix index e41e34d7..211836ce 100644 --- a/zorg/jenkins/jobs/jobs/lldb-cmake-matrix +++ b/zorg/jenkins/jobs/jobs/lldb-cmake-matrix @@ -80,6 +80,7 @@ pipeline { set -e ''' } + junit 'test/results.xml' } } stage('Test DWARF4') { @@ -103,6 +104,7 @@ pipeline { set -e ''' } + junit 'test/results.xml' } } stage('Test DWARF5') { @@ -169,6 +171,7 @@ pipeline { set -e ''' } + junit 'test/results.xml' } } stage('Build Clang 7.0.1') { @@ -212,6 +215,7 @@ pipeline { set -e ''' } + junit 'test/results.xml' } } stage('Build Clang 9.0.0') { @@ -255,22 +259,8 @@ pipeline { set -e ''' } + junit 'test/results.xml' } } } - post { - changed { - emailext subject: '$DEFAULT_SUBJECT', - presendScript: '$DEFAULT_PRESEND_SCRIPT', - postsendScript: '$DEFAULT_POSTSEND_SCRIPT', - recipientProviders: [ - [$class: 'CulpritsRecipientProvider'], - [$class: 'DevelopersRecipientProvider'], - [$class: 'RequesterRecipientProvider'], - ], - replyTo: '$DEFAULT_REPLYTO', - to: '$DEFAULT_RECIPIENTS', - body:'$DEFAULT_CONTENT' - } - } } -- cgit v1.2.3