mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00

Add a basic index page for the dashboard site and tag onto the indexing job Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
42 lines
1.3 KiB
HTML
42 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Yocto Project: Valkyrie Build Cluster</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: Valkyrie Autobuilder</h1>
|
|
<p>Please choose from the most frequently used links</p>
|
|
|
|
<p>Cluster Buildbot Controller:
|
|
<a href="https://valkyrie.yoctoproject.org/">valkyrie.yoctoproject.org</a>
|
|
<br/>
|
|
<br/>
|
|
Unreleased Artefacts:
|
|
<a href="https://valkyrie.yocto.io/pub/">valkyrie.yocto.io/pub</a>
|
|
<br/>
|
|
<br/>
|
|
Build Performance and Autobuilder Test Result Index:
|
|
<a href="https://valkyrie.yocto.io/pub/non-release/">valkyrie.yocto.io/pub/non-release</a>
|
|
<br/>
|
|
<br/>
|
|
OpenEmbedded-Core CVE Status and Patch Metrics:
|
|
<a href="https://valkyrie.yocto.io/pub/non-release/patchmetrics/">valkyrie.yocto.io/pub/non-release/patchmetrics</a>
|
|
<br/>
|
|
<br/>
|
|
Meta-OpenEmbedded CVE Status and Patch Metrics:
|
|
<a href="https://valkyrie.yocto.io/pub/non-release/patchmetrics-meta-oe/">valkyrie.yocto.io/pub/non-release/patchmetrics-meta-oe</a>
|
|
<br/>
|
|
<br/>
|
|
Auobuilder Intermittent Issue Summary:
|
|
<a href="https://valkyrie.yocto.io/pub/non-release/abint/">
|
|
https://valkyrie.yocto.io/pub/non-release/abint/</a>
|
|
</p>
|
|
<p><em></em></p>
|
|
</body>
|
|
</html>
|