[zorg] r352244 - Revert "[jenkins] try adjusting healthScaleFactor one more time."
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 25 13:31:54 PST 2019
Author: adrian
Date: Fri Jan 25 13:31:53 2019
New Revision: 352244
URL: http://llvm.org/viewvc/llvm-project?rev=352244&view=rev
Log:
Revert "[jenkins] try adjusting healthScaleFactor one more time."
Nope, that doesn't work as advertised.
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=352244&r1=352243&r2=352244&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix (original)
+++ zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix Fri Jan 25 13:31:53 2019
@@ -134,8 +134,9 @@ pipeline {
export DWARF_VERSION=5
bash ${SCRIPT_PATH}/lldb-cmake-matrix-dwarf.sh
'''
- junit(healthScaleFactor: 0.0,
- testResults: 'test-dwarf5/results.xml')
+// Commented out to avoid distraction while most of the tests fail.
+// junit(healthScaleFactor: 0.0,
+// testResults: 'test-dwarf5/results.xml')
}
}
}
More information about the llvm-commits
mailing list