[zorg] r352145 - [jenkins] set the health scale contribution of the DWARF 5 bot to 0.
    Adrian Prantl via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jan 24 17:12:25 PST 2019
    
    
  
Author: adrian
Date: Thu Jan 24 17:12:25 2019
New Revision: 352145
URL: http://llvm.org/viewvc/llvm-project?rev=352145&view=rev
Log:
[jenkins] set the health scale contribution of the DWARF 5 bot to 0.
Since LLDB can't parse the line tables yet, nothing works.
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=352145&r1=352144&r2=352145&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix (original)
+++ zorg/trunk/zorg/jenkins/jobs/jobs/lldb-cmake-matrix Thu Jan 24 17:12:25 2019
@@ -134,7 +134,8 @@ pipeline {
                        export DWARF_VERSION=5
                        bash ${SCRIPT_PATH}/lldb-cmake-matrix-dwarf.sh
                        '''
-                    junit 'test-dwarf5/results.xml'
+                    junit(healthScaleFactor: 0.0,
+                          testResults: 'test-dwarf5/results.xml')
                 }
             }
         }
    
    
More information about the llvm-commits
mailing list