Currently the "Debug Info" tests fail but that is not reflected
in the pipeline. We do a set +e before we run the tests to
overide the default Jenkins shell's set -e; this hides the
test failures. Remove this for now and see if fixing the test
failures will be enough to make this pipeline stage consistent
with the behaviour of the other stages.
Details
Details
Diff Detail
Diff Detail
- Repository
- rZORG LLVM Github Zorg
Event Timeline
Comment Actions
Reverting for now because test failures in this stage will prevent the non-debug-info tests from running (which is default Jenkins pipeline behaviour). Will try to mimic the lldb-cmake-matrix bot which sets tests that failed to "unstable"