aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-10-08 01:09:28 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-10-08 01:09:28 +0000
commit00c5b215073d1eef4715c752b2127066ba38f18b (patch)
treebca6e194e9412e132327eff3793c0d07a935b810
parent37df39a4beffa6209d6346234f0fd778cb7286cf (diff)
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
-rw-r--r--zorg/jenkins/jobs/jobs/lldb-cmake-matrix20
1 files 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'
- }
- }
}