[Git][qa/jenkins.debian.net][master] r.d.n: really enable jenkins logins via riscv64 jumphost
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Feb 16 18:23:02 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e703fe97 by Holger Levsen at 2025-02-16T19:22:47+01:00
r.d.n: really enable jenkins logins via riscv64 jumphost
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- nodes/gen_ssh_config
- nodes/list.yml
Changes:
=====================================
nodes/gen_ssh_config
=====================================
@@ -19,3 +19,8 @@ for host in data:
except KeyError:
# no proxycommand, that's fine.
pass
+ try:
+ print(' HostName', host['hostname'])
+ except KeyError:
+ # no hostname, that's fine.
+ pass
=====================================
nodes/list.yml
=====================================
@@ -215,6 +215,7 @@
ip: 47.99.40.199
port: 13337
proxycommand: ssh debian-repro-builds at lab.rvperf.org -W %h:%p
+ hostname: 127.0.0.1
keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ1YYz8pqltoNlQl5ZRv5ngZBqvkM2pudN0Zx1Pg0wnB root at debian
@@ -222,6 +223,7 @@
ip: 47.99.40.199
port: 13339
proxycommand: ssh debian-repro-builds at lab.rvperf.org -W %h:%p
+ hostname: 127.0.0.1
keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ1YYz8pqltoNlQl5ZRv5ngZBqvkM2pudN0Zx1Pg0wnB root at debian
@@ -229,6 +231,7 @@
ip: 47.99.40.199
port: 13206
proxycommand: ssh debian-repro-builds at lab.rvperf.org -W %h:%p
+ hostname: 127.0.0.1
keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIh0yIOsECY+UD2KPxO+Tqg+Hi0jBfAMiD77g9hTA3H8 root at dev
@@ -236,6 +239,7 @@
ip: 47.99.40.199
port: 13207
proxycommand: ssh debian-repro-builds at lab.rvperf.org -W %h:%p
+ hostname: 127.0.0.1
keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOan+R3JnWJiac0RJRBpYlnAZAZePCwCPWdgqAQJsZi1 root at dev
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e703fe971ebd88f49d1b2f64c44f9bbf4842ca69
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e703fe971ebd88f49d1b2f64c44f9bbf4842ca69
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/20250216/9b994256/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list