[zorg] r352213 - [jenkins] try adjusting healthScaleFactor one more time.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 25 08:26:34 PST 2019
Author: adrian
Date: Fri Jan 25 08:26:34 2019
New Revision: 352213
URL: http://llvm.org/viewvc/llvm-project?rev=352213&view=rev
Log:
[jenkins] try adjusting healthScaleFactor one more time.
I didn't wait long enough for the change to be picked up previously.
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=352213&r1=352212&r2=352213&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix (original)
+++ zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix Fri Jan 25 08:26:34 2019
@@ -134,9 +134,8 @@ pipeline {
export DWARF_VERSION=5
bash ${SCRIPT_PATH}/lldb-cmake-matrix-dwarf.sh
'''
-// Commented out to avoid distraction while most of the tests fail.
-// junit(healthScaleFactor: 0.0,
-// testResults: 'test-dwarf5/results.xml')
+ junit(healthScaleFactor: 0.0,
+ testResults: 'test-dwarf5/results.xml')
}
}
}
More information about the llvm-commits
mailing list