cos-gpu-installer: fall back to R525 on L4 GPU

R525 is the first driver family supporting L4 GPU devices.
If an older version is used with L4, the installer will automatically
fall back to R525 version.

Logs when fallback happens: https://paste.googleplex.com/6737021052649472

BUG=b/267656896
TEST=run on VMs with L4

Change-Id: Iafc99fe996d35d06e6ab93f3558df632c8eab291
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/45307
Tested-by: Arnav Kansal <rnv@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Meena Shanmugam <meenashanmugam@google.com>
3 files changed
tree: abd0c7e6ed312a13a247b264956696c97d274b85
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. .gitignore
  6. BUILD.bazel
  7. cloudbuild.yaml
  8. CONTRIBUTING.md
  9. deps.bzl
  10. go.mod
  11. go.sum
  12. LICENSE
  13. README.md
  14. run_tests.sh
  15. 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.