cos-gpu-installer: Switch precompiled driver and signature location to COS build artifacts for M109

precompiled drivers for M105 and below are fetched from NVIDIA
locations gs://nvidia-drivers-us-public/nvidia-cos-project/..

Example:

gs://nvidia-drivers-us-public/nvidia-cos-project/105/tesla/470_00/470.182.03/NVIDIA-Linux-x86_64-470.182.03_105-17412.1.75.cos

Signatures for the same are available at gs://cos-tools/build_id/extensions/gpu/

With the COS precompiled drivers the locations for both the drivers and
the signatures can be changed to gs://cos-tools/build_id/

BUG=b/292160336
TEST=manual
RELEASE_NOTE=Switch precompiled driver and signature location to COS
build artifacts for M109.

Change-Id: Icd1a96ac45e9a356fb60477b99834b9e0ee5e66c
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/52452
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Arnav Kansal <rnv@google.com>
Reviewed-by: Oleksandr Tymoshenko <ovt@google.com>
3 files changed
tree: ae8996b6c11bebbc3bee8061a4348bae92999967
  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.