Skip to content

Commit

Permalink
testing-Pre-compiled end-to-end gpu driver validation
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 2, 2024
1 parent db4b625 commit 285ec9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/scripts/kernel-upgrade-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ "${CURRENT_KERNEL}" != ${KERNEL_VERSION} ]; then
sudo update-initramfs -u -k ${KERNEL_VERSION} || true
echo "Rebooting ..."
# Run the reboot command with nohup to avoid abrupt SSH closure issues
nohup sudo reboot &
nohup bash -c "sleep 5 && sudo reboot -f" &

echo "--------------Kernel upgrade completed--------------"
else
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/remote_retry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ handle_timeout() {
trap handle_timeout EXIT

# sleep before to handle restart of the system
sleep 60;
# sleep 60;

while [ $SECONDS_ELAPSED -lt $AWS_SYSTEM_ONLINE_CHECK_TIMEOUT ]; do
# Attempt to connect via SSH and ignore errors
Expand Down

0 comments on commit 285ec9a

Please sign in to comment.