Skip to content

Commit

Permalink
4.Pre-compiled end-to-end gpu driver validation
Browse files Browse the repository at this point in the history
  • Loading branch information
shivakunv committed Aug 25, 2024
1 parent 73ef4f5 commit c6b66ab
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/scripts/nvidia-kernel-upgrade-aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,7 @@ if [ "${CURRENT_KERNEL}" != ${KERNEL_VERSION} ]; then
}
' "$GRUB_FILE")
sudo sed -i "s/^GRUB_DEFAULT=.*/GRUB_DEFAULT=\"1>${kernel_index}\"/" /etc/default/grub

echo "SHIVA"
cat ${GRUB_FILE}
echo "==================="
cat /etc/default/grub

echo "SHIVA1"
sudo update-grub

echo "Rebooting ..."
# Run the reboot command with nohup to avoid abrupt SSH closure issues
Expand Down

0 comments on commit c6b66ab

Please sign in to comment.