[Git][qa/jenkins.debian.net][master] jenkins nodes: drop obsolete script to powercycle arm64 nodes
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Apr 25 10:28:49 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b4d37b5b by Holger Levsen at 2024-04-25T11:28:29+02:00
jenkins nodes: drop obsolete script to powercycle arm64 nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- TODO.infrastructure
- − bin/powercycle_arm64_nodes.sh
Changes:
=====================================
TODO.infrastructure
=====================================
@@ -32,10 +32,6 @@ check /srv/workspace (tmpfs or not) on all ionos nodes and all nodes in general
mv jenkins:/dev/vda1 to SDD, free 500gb hdd space
increase to 640gb? more partitions?
is /srv/workspace on jenkins on tmpfs (with 100gb size) really a good idea, especially with / on sdd?
-setup two more smaller infomaniak nodes, as i386 workers
- infomaniak03: 8 cores, 8gb ram
- infomaniak04: 8 cores. 8gb ram
- add to THANKS.html
infom0x-amd64:
increase rootfs to 150gb or first 80gb and then add a 200gb /srv/workspace on disk
setup ionos8 as www2.r-b.o
=====================================
bin/powercycle_arm64_nodes.sh deleted
=====================================
@@ -1,50 +0,0 @@
-#!/bin/bash
-# vim: set noexpandtab:
-
-# Copyright 2019-2022 Holger Levsen <holger at layer-acht.org>
-# 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
- 9|10|11|12|13|14|15|16)
- ssh "$JH" ./sled-power-cycle.sh "$@"
- ;;
- *) echo 'invalid number for a codethink node, skipping.'
- continue
- ;;
- esac
-done
-
-exit 0
-
-#
-# this is the end
-#
-
-
-
-
-
-
-
-
-
-
-# following is the script that lives at jumpserv.colo.codethink.co.uk
-# - remember to place the moonshot-ilo password in the "ilopw" file
-for i in "$@" ; do
- case "$i" in
- 9|10|11|12|13|14|15|16) : ;;
- *) continue ;;
- esac
- echo Force power off sled "$i"
- sshpass -f ilopw ssh reproducible at moonshot-ilo "SET NODE POWER OFF FORCE C${i}N1"
- echo sleeping 10 seconds
- sleep 10
- echo Power on sled "$i"
- sshpass -f ilopw ssh reproducible at moonshot-ilo "SET NODE POWER ON C${i}N1"
-done
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b4d37b5b31347c134920169b72e47d112d5355a1
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b4d37b5b31347c134920169b72e47d112d5355a1
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/20240425/e65daf30/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list