mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 14:17:20 +08:00
jenkins: don't let ecl analysis script fail the SITL test
This commit is contained in:
committed by
Daniel Agar
parent
63cc328047
commit
40489afbfc
@@ -244,7 +244,8 @@ def createTestNode(Map test_def) {
|
|||||||
} catch (exc) {
|
} catch (exc) {
|
||||||
// save log analysis artifacts for debugging
|
// save log analysis artifacts for debugging
|
||||||
archiveArtifacts(allowEmptyArchive: false, artifacts: '.ros/**/*.pdf, .ros/**/*.csv')
|
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
|
// upload log to flight review (https://logs.px4.io/) with python code coverage
|
||||||
@@ -260,7 +261,8 @@ def createTestNode(Map test_def) {
|
|||||||
} catch (exc) {
|
} catch (exc) {
|
||||||
// save log analysis artifacts for debugging
|
// save log analysis artifacts for debugging
|
||||||
archiveArtifacts(allowEmptyArchive: false, artifacts: '.ros/**/*.pdf, .ros/**/*.csv')
|
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/)
|
// upload log to flight review (https://logs.px4.io/)
|
||||||
|
|||||||
Reference in New Issue
Block a user