Run cos-customizer integration tests in postsubmit

The postsubmit cloudbuild.yaml does the exact same thing
as presubmit cloudbuild and additionally runs
cos-customizer integration tests from testing/ directory.

The tests require a daisy scratch bucket and cloudbuild
GCS bucket, since the project is
google.com:cloud-image-docker-builder and bucket names can not
start with google.com, we use elgoog_com_ prefix instead.
The modified project name is provided as a substitution
to test cloud builds.

Postsubmit build success -
https://pantheon.corp.google.com/cloud-build/builds;region=global/4bddfb7a-3998-49a0-bca0-5a850ae41550?e=13803378&mods=allow_workbench_image_override&project=google.com:cloud-image-docker-builder

BUG=b/299988782
TEST=`gcloud builds submit postsubmit-cloudbuild.yaml`
RELEASE_NOTE=None

Change-Id: Ibd67d31c420bc4c0ce34dd3e772f4203b2ccf011
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/57752
Tested-by: Nandhini Rengaraj <nrengaraj@google.com>
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Nandhini Rengaraj <nrengaraj@google.com>
30 files changed
tree: a26b6140f553525c5021671a569da2cffe18dab1
  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. postsubmit-cloudbuild.yaml
  14. README.md
  15. run_tests.sh
  16. run_unit_tests.sh
  17. 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.