From 54517024d228d3b10fba56abbaee80a379c24863 Mon Sep 17 00:00:00 2001 From: nnandigam Date: Fri, 23 Feb 2024 13:59:13 -0800 Subject: [PATCH] stop the rebbot service --- tests_e2e/orchestrator/scripts/install-agent | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests_e2e/orchestrator/scripts/install-agent b/tests_e2e/orchestrator/scripts/install-agent index 4a57620c72..1f7cf53125 100755 --- a/tests_e2e/orchestrator/scripts/install-agent +++ b/tests_e2e/orchestrator/scripts/install-agent @@ -154,6 +154,10 @@ if [[ $(uname -a) == *"flatcar"* ]]; then echo -e "[Unit]\nUpholds=" > /etc/systemd/system/$target_name.d/10-waagent-sysext.conf systemctl daemon-reload fi + # Flatcar images does automatic reboot without user input, so stopping the service which trigger the reboot + # Broadcast message from locksmithd at 2024-02-23 19:48:55.478412272 +0000 UTC m= + # System reboot in 5 minutes! + systemctl stop locksmithd fi #