trigger persistenced in cos-extensions and not in the gpu-installer

This reverts the change where persistenced was moved to be triggered from the cos-gpu-installer.
This causes issues on GB300. Probably because of the very slow boot on bare-metal.

This CL reverts the logic for persistenced done in these CLs:
1. https://cos-review.git.corp.google.com/c/cos/tools/+/149184
2. https://cos-review.git.corp.google.com/c/cos/cos-extensions/+/149046
3. https://cos-review.git.corp.google.com/c/cos/tools/+/154503

BUG=b/542405340
TEST=Build and run on a4xmax pod. Check cuda and that:
sudo /home/kubernetes/bin/nvidia/bin/nvidia-smi -q | grep -E "Persistence Mode|Attached GPUs|Product Name"
shows Persistence Mode: Disabled
Then running:
sudo /home/kubernetes/bin/nvidia/bin/nvidia-smi -pm 1
which turns Persistence Mode: Enabled
RELEASE_NOTE=NONE

cos-patch:bug
Change-Id: Ib185b94b0cf02c88bc1b1788d634d59da5ff4f46
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/179466
Cloud-Build: 228075978874@cloudbuild.gserviceaccount.com <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Miri Amarilio <mirilio@google.com>
Reviewed-by: Derek Taylor <ddtaylor@google.com>
1 file changed
tree: b4346d180ea4dee404d576c0426211936efe8d88
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. vendor/
  6. .bazelignore
  7. .gitignore
  8. BUILD.bazel
  9. cloudbuild.yaml
  10. CONTRIBUTING.md
  11. deps.bzl
  12. go.mod
  13. go.sum
  14. LICENSE
  15. postsubmit-cloudbuild.yaml
  16. README.md
  17. run_builds.sh
  18. run_unit_tests.sh
  19. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.