[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: powercycle_arm64_nodes: use the unpriviliged user instead of what is locally configured as root
Mattia Rizzolo
gitlab at salsa.debian.org
Thu Jan 28 11:27:05 GMT 2021
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
00a0f1aa by Mattia Rizzolo at 2021-01-28T11:21:12+01:00
powercycle_arm64_nodes: use the unpriviliged user instead of what is locally configured as root
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
7688d82d by Mattia Rizzolo at 2021-01-28T12:26:44+01:00
Revert "mark 5 codethink nodes offline"
This reverts commit 4ef2f2fb01281e45092627fe067a4da3bf04a2d5.
- - - - -
2 changed files:
- bin/powercycle_arm64_nodes.sh
- jenkins-home/offline_nodes
Changes:
=====================================
bin/powercycle_arm64_nodes.sh
=====================================
@@ -5,6 +5,8 @@
# 2020 Mattia Rizzolo <mattia at debian.org>
# released under the GPLv2
+JH=reproducible at jumpserv.colo.codethink.co.uk
+
# validate input
for i in "$@" ; do
case $i in
@@ -17,7 +19,7 @@ done
# delegate work
# shellcheck disable=2093
-exec ssh jumpserv.colo.codethink.co.uk ./sled-power-cycle.sh "$@"
+exec ssh "$JH" ./sled-power-cycle.sh "$@"
# following is the script that lives at jumpserv.colo.codethink.co.uk
=====================================
jenkins-home/offline_nodes
=====================================
@@ -26,14 +26,6 @@ ff4a-armhf-rb.debian.net
wbq0-armhf-rb.debian.net
jtx1c-armhf-rb.debian.net
-
-# system upgrade half-done when the network went down. Mattia will pick them up soon
-codethink9-arm64.debian.net
-codethink11-arm64.debian.net
-codethink14-arm64.debian.net
-codethink15-arm64.debian.net
-codethink16-arm64.debian.net
-
# needs investigation
# Down here nodes are automatically added by the maintenance job when they have
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/4ef2f2fb01281e45092627fe067a4da3bf04a2d5...7688d82de3eb75e394e638a6da7b773174806a29
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/4ef2f2fb01281e45092627fe067a4da3bf04a2d5...7688d82de3eb75e394e638a6da7b773174806a29
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/20210128/4d3b136f/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list