[zorg] r374003 - Revert "[LLDB] Enable mails on the matrix bot"
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 18:09:28 PDT 2019
Author: jdevlieghere
Date: Mon Oct 7 18:09:28 2019
New Revision: 374003
URL: http://llvm.org/viewvc/llvm-project?rev=374003&view=rev
Log:
Revert "[LLDB] Enable mails on the matrix bot"
This reverts commit 3b05a74c5b56868049a700bc2b7fe56388349f33.
Modified:
zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix
Modified: zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix?rev=374003&r1=374002&r2=374003&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix (original)
+++ zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix Mon Oct 7 18:09:28 2019
@@ -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'
- }
- }
}
More information about the llvm-commits
mailing list