mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Revert "Jenkins hardware test temporarily disable px4_fmu-v5_stachcheck tests"
This reverts commit 0df34af181.
This commit is contained in:
committed by
Daniel Agar
parent
edd9f91a19
commit
dc50a564dd
@@ -279,29 +279,29 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// stage('px4_fmu-v5_stackcheck') {
|
stage('px4_fmu-v5_stackcheck') {
|
||||||
// agent {
|
agent {
|
||||||
// label 'px4_fmu-v5'
|
label 'px4_fmu-v5'
|
||||||
// }
|
}
|
||||||
// steps {
|
steps {
|
||||||
// script {
|
script {
|
||||||
// try {
|
try {
|
||||||
// sh 'export'
|
sh 'export'
|
||||||
// sh 'find /dev/serial'
|
sh 'find /dev/serial'
|
||||||
// unstash 'px4_fmu-v5_stackcheck'
|
unstash 'px4_fmu-v5_stackcheck'
|
||||||
// sh './platforms/nuttx/Debug/jlink_gdb_upload.sh build/px4_fmu-v5_stackcheck/px4_fmu-v5_stackcheck.elf'
|
sh './platforms/nuttx/Debug/jlink_gdb_upload.sh build/px4_fmu-v5_stackcheck/px4_fmu-v5_stackcheck.elf'
|
||||||
// sh './Tools/HIL/monitor_firmware_upload.py --device `find /dev/serial -name *usb-FTDI_TTL232R-3V3_*` --baudrate 57600'
|
sh './Tools/HIL/monitor_firmware_upload.py --device `find /dev/serial -name *usb-FTDI_TTL232R-3V3_*` --baudrate 57600'
|
||||||
// sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_TTL232R-3V3_*`'
|
sh './Tools/HIL/run_tests.py --device `find /dev/serial -name *usb-FTDI_TTL232R-3V3_*`'
|
||||||
// } catch (Exception err) {
|
} catch (Exception err) {
|
||||||
// // always report passed for now
|
// always report passed for now
|
||||||
// currentBuild.result = 'SUCCESS'
|
currentBuild.result = 'SUCCESS'
|
||||||
// }
|
}
|
||||||
// } // script
|
} // script
|
||||||
// }
|
}
|
||||||
// options {
|
options {
|
||||||
// timeout(time: 600, unit: 'SECONDS')
|
timeout(time: 600, unit: 'SECONDS')
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
} // parallel
|
} // parallel
|
||||||
} // stage Flash
|
} // stage Flash
|
||||||
|
|||||||
Reference in New Issue
Block a user