[Git][qa/jenkins.debian.net][master] r.d.n: test moving stuff to r.d.n/$arch
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Feb 20 09:57:02 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5e761039 by Holger Levsen at 2025-02-20T10:56:49+01:00
r.d.n: test moving stuff to r.d.n/$arch
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- TODO.r.d.n
- hosts/osuosl5-amd64/etc/nginx/nginx.conf
Changes:
=====================================
TODO.r.d.n
=====================================
@@ -1,12 +1,12 @@
mv everything to r.d.n/a/
+ then include data from all dashboards into index.html
+ then add column: "(thanks to) workers hosted by/as" (maybe 2 columns?: hostnames & hoster)
+ add rb & debian logos
do TODO.rebuilderd-systemd-units
until debrebuild does it by itself:
purge 1000 files from cache in node health check if > $defined_size_4host
file wishlist bug for --max-cache-size option alongside with --cache
upload src:rebuilderd to unstable (and its depends need to go through NEW too)
-i17
- no swap
- use vdb
fix riscv64 nodes:
- sudo chmod 644 /etc/logrotate.d/jenkins.debian.net-update_jdn
- keep connections on ssh tunnels, also for armhf
=====================================
hosts/osuosl5-amd64/etc/nginx/nginx.conf
=====================================
@@ -330,6 +330,26 @@ http {
autoindex off;
}
+ # all
+ location /all/ {
+ alias /var/www/html ;
+ index index_all.html;
+ }
+ location /all/api/ {
+ proxy_set_header X-Real-IP $remote_addr;
+ proxy_pass http://127.0.0.1:8489;
+ }
+ location = /all/api/v0/build/report {
+ client_max_body_size 200M;
+ proxy_set_header X-Real-IP $remote_addr;
+ proxy_pass http://127.0.0.1:8489;
+ }
+ location /all/stats/ {
+ alias /srv/rebuilderd/all/stats/ ;
+ disable_symlinks off;
+ autoindex on;
+ index index.html;
+ }
}
server {
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5e761039121cd5c00650b4dd469f46f02caa2255
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5e761039121cd5c00650b4dd469f46f02caa2255
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/4d85b195/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list