@@ -133,7 +133,8 @@ pipeline {
133133 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
134134 '''
135135 }
136- junit ' test/results.xml'
136+ // junit 'test/results.xml'
137+ echo " Temporarily Skip Junit"
137138 }
138139 }
139140 stage(' Test DWARF4' ) {
@@ -165,7 +166,8 @@ pipeline {
165166 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
166167 '''
167168 }
168- junit ' test/results.xml'
169+ // junit 'test/results.xml'
170+ echo " Temporarily Skip Junit"
169171 }
170172 }
171173 stage(' Test DWARF5' ) {
@@ -197,7 +199,8 @@ pipeline {
197199 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
198200 '''
199201 }
200- junit ' test/results.xml'
202+ // junit 'test/results.xml'
203+ echo " Temporarily Skip Junit"
201204 }
202205 }
203206 stage(' Build Clang 15.0.1' ) {
@@ -262,7 +265,8 @@ pipeline {
262265 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
263266 '''
264267 }
265- junit ' test/results.xml'
268+ // junit 'test/results.xml'
269+ echo " Temporarily Skip Junit"
266270 }
267271 }
268272 stage(' Build Clang 17.0.6' ) {
@@ -329,7 +333,8 @@ pipeline {
329333 python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-matrix test || echo "** check-lldb failed with errors"
330334 '''
331335 }
332- junit ' test/results.xml'
336+ // junit 'test/results.xml'
337+ echo " Temporarily Skip Junit"
333338 }
334339 }
335340 }
0 commit comments