Remove GPU device validation from cos-customizer

This GPU validation is not complete anyway.
- Not all devices available in all locations/zones

Further, the list of GPU devices being supported by the underlying API
is not under our control and there is no easy programmatic interface to
fetch the supported devices. (this list is also fast evolving)

With this change we skip any gpu device validation.
This validation will now have to be performed at user level.

Change-Id: I7f86c36ffd143a28c0e01de201df5d999556c9d2
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/49550
Tested-by: Arnav Kansal <rnv@google.com>
Reviewed-by: He Gao <hegao@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
3 files changed
tree: a124a448e61e74c7e527d1e6c8cc5e53355b455d
  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.