Skip to content
Snippets Groups Projects
Commit 3ff0609f authored by Andreas Antener's avatar Andreas Antener
Browse files

Integrationtests: upload test logs to flight review

parent 30445ebd
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,14 @@ cp -r $ROS_LOG_DIR/* ${TEST_RESULT_TARGET_DIR}
cp -r $PX4_LOG_DIR/* ${TEST_RESULT_TARGET_DIR}
# cp $BAGS/*.bag ${TEST_RESULT_TARGET_DIR}/
# cp -r $CHARTS ${TEST_RESULT_TARGET_DIR}/
echo "uploading test logs to Flight Review"
for LOG in `ls $PX4_LOG_DIR/**/*.px4log`
do
LINK=`$SRC_DIR/Tools/upload_log.py -q --source CI $LOG`
echo "Test log: $LINK"
done
echo "<====="
# need to return error if tests failed, else Jenkins won't notice the failure
......
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