Skip to content
Snippets Groups Projects
Commit 40489afb authored by Anthony Lamping's avatar Anthony Lamping Committed by Daniel Agar
Browse files

jenkins: don't let ecl analysis script fail the SITL test

parent 63cc3280
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,8 @@ def createTestNode(Map test_def) {
} catch (exc) {
// save log analysis artifacts for debugging
archiveArtifacts(allowEmptyArchive: false, artifacts: '.ros/**/*.pdf, .ros/**/*.csv')
test_ok = false
// FIXME: don't let the script to fail the build
// test_ok = false
}
// upload log to flight review (https://logs.px4.io/) with python code coverage
......@@ -260,7 +261,8 @@ def createTestNode(Map test_def) {
} catch (exc) {
// save log analysis artifacts for debugging
archiveArtifacts(allowEmptyArchive: false, artifacts: '.ros/**/*.pdf, .ros/**/*.csv')
test_ok = false
// FIXME: don't let the script to fail the build
// test_ok = false
}
// upload log to flight review (https://logs.px4.io/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment