yocto-autobuilder-helper/scripts/dashboard/index.html
Ross Burton c8f84c27c7 dashboard: add new bug triage page
Add a replacement for the the existing Bug Triage page on the wiki[1].

This uses client-side JavaScript to parse the releases.json and query
Bugzilla, so shouldn't need updating very often.

[1] https://wiki.yoctoproject.org/wiki/Bug_Triage

Signed-off-by: Ross Burton <ross.burton@arm.com>
2025-03-05 16:40:15 +00:00

38 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Yocto Project Dashboard</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Yocto Project Dashboard</h1>
<p>Links to our commonly used tools and the data they generate</p>
<p>
<a href="https://autobuilder.yoctoproject.org/valkyrie/#/console">Autobuilder main console interface (Valkyrie)</a>
<br/>
<br/>
<a href="https://valkyrie.yocto.io/pub/non-release/">Autobuilder results index</a> (includes build performance, buildhistory, ptest and test result reports)
<br/>
<br/>
<a href="https://valkyrie.yocto.io/pub/non-release/abint/">Auobuilder Intermittent Issue Heatmap/Summary</a>
<br/>
<br/>
<a href="https://valkyrie.yocto.io/pub/non-release/patchmetrics/">OpenEmbedded-Core CVE Status and Patch Metrics</a>
<br/>
<br/>
<a href="https://valkyrie.yocto.io/pub/non-release/patchmetrics-meta-oe/">Meta-OpenEmbedded CVE Status and Patch Metrics</a>
<br/>
<br/>
<a href="https://valkyrie.yocto.io/pub/">Autobuilder unreleased build output</a>
<br/>
<br/>
<a href="bugtriage/">Bug Triage</a>
</p>
</body>
</html>