yocto-autobuilder-helper/scripts/dashboard/index.html
Richard Purdie 2ea53506e2 dashboard: Add additional urls to index page
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-03-06 12:13:15 +00:00

38 lines
2.3 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>Current project status is included in the <a href="https://wiki.yoctoproject.org/wiki/Weekly_Status">Weekly Status Report</a></p>
<p>Links to our commonly used tools and the data they generate:</p>
<ul>
<li><a href="https://autobuilder.yoctoproject.org/valkyrie/#/console">CI Main Console (Valkyrie autobuilder)</a></li>
<li><a href="https://valkyrie.yocto.io/pub/non-release/">Autobuilder results index</a> (build performance, buildhistory, ptest and test result reports)</li>
<li><a href="https://valkyrie.yocto.io/pub/non-release/abint/">Auobuilder Intermittent Issue Heatmap/Summary</a></li>
<li>CVE Status and Patch Metrics: <a href="https://valkyrie.yocto.io/pub/non-release/patchmetrics/">OE-Core</a> <a href="https://valkyrie.yocto.io/pub/non-release/patchmetrics-meta-oe/">Meta-OpenEmbedded</a></li>
<li>Git Repository Statistics: <a href="https://dashboard.yoctoproject.org/gitstats/poky/">Poky</a> <a href="https://dashboard.yoctoproject.org/gitstats/oecore/">OE-Core</a> <a href="https://dashboard.yoctoproject.org/gitstats/bitbake/">Bitbake</a> <a href="https://dashboard.yoctoproject.org/gitstats/meta-openembedded/">Meta-OE</a></li>
<li><a href="bugtriage/">Bug Triage</a></li>
</ul>
<p>Other useful links:</p>
</p>
<ul>
<li><a href="https://www.yoctoproject.org/development/releases/">Release Information</a></li>
<li><a href="https://valkyrie.yocto.io/pub/">Autobuilder unreleased build output</a></li>
<li><a href="https://swatbot.yoctoproject.org/">Swatbot - CI failure triage system</a></li>
<li><a href="https://errors.yoctoproject.org/">Error Reporting System</a></li>
<li><a href="https://layers.openembedded.org/">Layer Index</a></li>
<li><a href="https://git.yoctoproject.org/">Yocto Project Source Code Repositories (git)</a></li>
<li><a href="https://git.openembedded.org/">OpenEmbedded Source Code Repositories (git)</a></li>
<li><a href="https://bugzilla.yoctoproject.org/">Yocto Project Bugzilla</a></li>
<li><a href="https://www.yoctoproject.org/development/yocto-project-compatible-layers/">Yocto Project Compatible Layers</a></li>
</ul>
</body>
</html>