copr-be: keep one machine running for Kevin's debugging

This commit is contained in:
Pavel Raiskup
2026-02-02 16:55:54 +01:00
parent 502f7c6273
commit 8e09c0498e

View File

@@ -45,6 +45,11 @@
set -- $(echo "$decoded")
IP=$1
fi
case $RESALLOC_NAME in
*vmhost_p09_02_prod_01867876_20260202_151259*)
exit 0
;;
esac
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=10 "${SSH_USER-root}@$IP" true
mode: "0755"
dest: /usr/local/bin/resalloc-check-vm-ip