cos_gpu_installer: allow signed driver with installer url in debug mode

For testing precompiled GPU driver for pre-releasd images,
we need to verify the precompiled driver from a url and its
signature. This CL allows the combination of --nvidiaInstallerURL
and --unsignedDriver=false when --test=true.

BUG=b/161566626

Change-Id: I1a6504152a478e8f931f3d14451e1239ce85caf1
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/30000
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Arnav Kansal <rnv@google.com>
Tested-by: He Gao <hegao@google.com>
1 file changed
tree: 3a003c4fd93196907243705607eb89989faf9a37
  1. release/
  2. src/
  3. testing/
  4. BUILD.bazel
  5. cloudbuild.yaml
  6. CONTRIBUTING.md
  7. deps.bzl
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. run_tests.sh
  13. 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.