[Git][qa/jenkins.debian.net][master] rdn: do not expose pending jobs on the main site
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Sep 30 11:44:04 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
7bfd59ff by Jochen Sprickerhof at 2025-09-30T12:43:55+02:00
rdn: do not expose pending jobs on the main site
(cherry picked from commit 1110351025faf64ddb873c38ec88c4b3f41ca127)
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
=====================================
@@ -110,7 +110,6 @@
let running = data['jobs']['running'];
let available = data['jobs']['available'];
- let pending = data['jobs']['pending'];
updateStats('stats', 7, arch, [
['reproduced', (100 / (good + bad + fail) * good).toFixed(2) + '%'],
@@ -120,7 +119,7 @@
['unknown', unknown],
])
updateStats('progress', 8, arch, [
- [(100 / (good + bad + fail + unknown) * (good + bad + fail)).toFixed(2) + '%', (running + available + pending)],
+ [(100 / (good + bad + fail + unknown) * (good + bad + fail)).toFixed(2) + '%', (running + available)],
]);
});
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7bfd59ff1cc6977f62b098db6a56076bb28064b7
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7bfd59ff1cc6977f62b098db6a56076bb28064b7
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/20250930/ad2f5a19/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list