ArduPilot/ardupilot

Add visualisation for data in build_binaries_history.sqlite

Open

#14,439 创建于 2020年5月24日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (15,603 fork)batch import
good first issue

仓库指标

Star
 (9,336 star)
PR 合并指标
 (平均合并 26天 16小时) (30 天内合并 166 个 PR)

描述

Feature request

This file is generated as part of an autotest run. It contains information about which boards built and which boards did not for a particular tested git sha.

It would be nice to be able to visualise this data on the autotest results page.

Previously when I've done this I've created a table, the left-most column being the most recent tested master commit, the columns sorted by git history. This allows you to narrow down to a narrow range of commits where a board's build was broken.

However, a quicker patch giving a lot of value would be to extract the data in autotest.py's build_binaries.py and do a results.add() for the failing boards. Only the failures for the master commit (as opposed to the stable/beta tags) would be reported as the story is too difficult to tell otherwise. Rejigging autotest to run on the different tags (as opposed to running build_binaries on the different tags) is not in scope here :-)

贡献者指南