[Git][qa/jenkins.debian.net][master] rdn, pull184: drop unused JS code
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Sep 1 16:32:45 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ef3ca1e5 by Holger Levsen at 2025-09-01T17:32:18+02:00
rdn, pull184: drop unused JS code
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
8 changed files:
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/experimental.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/forky.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-backports.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-proposed-updates.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-security.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-updates.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie.html
- hosts/osuosl5-amd64/var/www/html/amd64-pull184/unstable.html
Changes:
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/experimental.html
=====================================
@@ -163,8 +163,6 @@
let unknown = main['unknown'];
let queue = data['active_builds'].length;
- let workers = 0; // - data['active_builds']['started_at'].filter(function(x){return true}).length ;
- // or: /amd64-pull184/api/v1/workers
updateStats([
['reproduced', (100 / (good + bad) * good).toFixed(2) + '%'],
@@ -173,7 +171,6 @@
['unknown', unknown],
['build progress', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
['queue length', queue],
- ['active workers', workers],
]);
});
}
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/forky.html
=====================================
@@ -163,8 +163,6 @@
let unknown = main['unknown'];
let queue = data['active_builds'].length;
- let workers = 0; // - data['active_builds']['started_at'].filter(function(x){return true}).length ;
- // or: /amd64-pull184/api/v1/workers
updateStats([
['reproduced', (100 / (good + bad) * good).toFixed(2) + '%'],
@@ -173,7 +171,6 @@
['unknown', unknown],
['build progress', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
['queue length', queue],
- ['active workers', workers],
]);
});
}
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-backports.html
=====================================
@@ -163,8 +163,6 @@
let unknown = main['unknown'];
let queue = data['active_builds'].length;
- let workers = 0; // - data['active_builds']['started_at'].filter(function(x){return true}).length ;
- // or: /amd64-pull184/api/v1/workers
updateStats([
['reproduced', (100 / (good + bad) * good).toFixed(2) + '%'],
@@ -173,7 +171,6 @@
['unknown', unknown],
['build progress', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
['queue length', queue],
- ['active workers', workers],
]);
});
}
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-proposed-updates.html
=====================================
@@ -163,8 +163,6 @@
let unknown = main['unknown'];
let queue = data['active_builds'].length;
- let workers = 0; // - data['active_builds']['started_at'].filter(function(x){return true}).length ;
- // or: /amd64-pull184/api/v1/workers
updateStats([
['reproduced', (100 / (good + bad) * good).toFixed(2) + '%'],
@@ -173,7 +171,6 @@
['unknown', unknown],
['build progress', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
['queue length', queue],
- ['active workers', workers],
]);
});
}
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-security.html
=====================================
@@ -163,8 +163,6 @@
let unknown = main['unknown'];
let queue = data['active_builds'].length;
- let workers = 0; // - data['active_builds']['started_at'].filter(function(x){return true}).length ;
- // or: /amd64-pull184/api/v1/workers
updateStats([
['reproduced', (100 / (good + bad) * good).toFixed(2) + '%'],
@@ -173,7 +171,6 @@
['unknown', unknown],
['build progress', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
['queue length', queue],
- ['active workers', workers],
]);
});
}
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie-updates.html
=====================================
@@ -163,8 +163,6 @@
let unknown = main['unknown'];
let queue = data['active_builds'].length;
- let workers = 0; // - data['active_builds']['started_at'].filter(function(x){return true}).length ;
- // or: /amd64-pull184/api/v1/workers
updateStats([
['reproduced', (100 / (good + bad) * good).toFixed(2) + '%'],
@@ -173,7 +171,6 @@
['unknown', unknown],
['build progress', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
['queue length', queue],
- ['active workers', workers],
]);
});
}
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/trixie.html
=====================================
@@ -163,8 +163,6 @@
let unknown = main['unknown'];
let queue = data['active_builds'].length;
- let workers = 0; // - data['active_builds']['started_at'].filter(function(x){return true}).length ;
- // or: /amd64-pull184/api/v1/workers
updateStats([
['reproduced', (100 / (good + bad) * good).toFixed(2) + '%'],
@@ -173,7 +171,6 @@
['unknown', unknown],
['build progress', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
['queue length', queue],
- ['active workers', workers],
]);
});
}
=====================================
hosts/osuosl5-amd64/var/www/html/amd64-pull184/unstable.html
=====================================
@@ -163,8 +163,6 @@
let unknown = main['unknown'];
let queue = data['active_builds'].length;
- let workers = 0; // - data['active_builds']['started_at'].filter(function(x){return true}).length ;
- // or: /amd64-pull184/api/v1/workers
updateStats([
['reproduced', (100 / (good + bad) * good).toFixed(2) + '%'],
@@ -173,7 +171,6 @@
['unknown', unknown],
['build progress', (100 / (good + unknown + bad) * (good + bad)).toFixed(2) + '%'],
['queue length', queue],
- ['active workers', workers],
]);
});
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ef3ca1e51ab7adbc146b6488db9f91be1cc277cc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ef3ca1e51ab7adbc146b6488db9f91be1cc277cc
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/20250901/94c97e99/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list