[Git][qa/jenkins.debian.net][master] r.d.n: improve layout on frontpage further²
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Feb 20 18:47:21 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
4419a661 by Holger Levsen at 2025-02-20T19:47:11+01:00
r.d.n: improve layout on frontpage further²
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- hosts/osuosl5-amd64/var/www/html/index.html
Changes:
=====================================
hosts/osuosl5-amd64/var/www/html/index.html
=====================================
@@ -79,14 +79,15 @@
let good = main['good'];
let bad = main['bad'];
let unknown = main['unknown'];
+ let queue = data['queue_length'];
updateStats('stats', 7, arch, [
['repro', (100 / (good + bad) * good).toFixed(2) + '%'],
['good', good],
['bad', bad],
])
- updateStats('progress', 14, arch, [
- ['', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
+ updateStats('progress', 8, arch, [
+ [(100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%', queue],
]);
});
}
@@ -115,7 +116,7 @@
</p>
<table>
<tr>
- <th width=20%><code>suite/arch</code></th><th width=20%>results</th><th width=20%>graph</th><th width=20%>categorized issues</th><th width=20%>progress</th>
+ <th width=20%><code>suite/arch</code></th><th width=20%>reproduced builds</th><th width=20%>graph</th><th width=20%>categorized issues</th><th width=20%>percentage tried / queued sources</th>
</tr><tr>
<td>
<a href="https://reproduce.debian.net/all/">
@@ -128,7 +129,7 @@
<img src="https://reproduce.debian.net/all/stats/rb.png">
</a>
</td><td>
- <a href="https://reproduce.debian.net/all/stats/">known BAD packages</a>
+ <a href="https://reproduce.debian.net/all/stats/">unreproduced packages</a>
</td><td>
<div id="progress-all">Loading progress...</div>
</td></tr><tr><td>
@@ -142,7 +143,7 @@
<img src="https://reproduce.debian.net/amd64/stats/rb.png">
</a>
</td><td>
- <a href="https://reproduce.debian.net/amd64/stats/">known BAD packages</a>
+ <a href="https://reproduce.debian.net/amd64/stats/">unreproduced packages</a>
</td><td>
<div id="progress-amd64">Loading progress...</div>
</td></tr><tr><td>
@@ -156,7 +157,7 @@
<img src="https://reproduce.debian.net/arm64/stats/rb.png">
</a>
</td><td>
- <a href="https://reproduce.debian.net/arm64/stats/">known BAD packages</a>
+ <a href="https://reproduce.debian.net/arm64/stats/">unreproduced packages</a>
</td><td>
<div id="progress-arm64">Loading progress...</div>
</td></tr><tr><td>
@@ -170,7 +171,7 @@
<img src="https://reproduce.debian.net/armhf/stats/rb.png">
</a>
</td><td>
- <a href="https://reproduce.debian.net/armhf/stats/">known BAD packages</a>
+ <a href="https://reproduce.debian.net/armhf/stats/">unreproduced packages</a>
</td><td>
<div id="progress-armhf">Loading progress...</div>
</td></tr><tr><td>
@@ -184,7 +185,7 @@
<img src="https://reproduce.debian.net/i386/stats/rb.png">
</a>
</td><td>
- <a href="https://reproduce.debian.net/i386/stats/">known BAD packages</a>
+ <a href="https://reproduce.debian.net/i386/stats/">unreproduced packages</a>
</td><td>
<div id="progress-i386">Loading progress...</div>
</td></tr><tr><td>
@@ -198,7 +199,7 @@
<img src="https://reproduce.debian.net/riscv64/stats/rb.png">
</a>
</td><td>
- <a href="https://reproduce.debian.net/riscv64/stats/">known BAD packages</a>
+ <a href="https://reproduce.debian.net/riscv64/stats/">unreproduced packages</a>
</td><td>
<div id="progress-riscv64">Loading progress...</div>
</td></tr>
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4419a6619b8e5ea52e32616c9a8b4db9e63e75de
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4419a6619b8e5ea52e32616c9a8b4db9e63e75de
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20250220/0cd4a382/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list