Fix deprecate_test

The test often fails with error 
```
deprecating images failed: googleapi: Error 409: Resource ... has an ongoing conflicting operation
```
This happens because deprecate_test, image_test and gce_test use
the same test image family. When these 3 tests run at the same time, 
deprecate_test sometimes tries to set the deprecate label to an
already deleted image (from either of the other two tests) in the 
same image family, which results in the error.

This change just uses a different test image family for
deprecate_test.

BUG=b/379737616,b/367382748
TEST=presubmit and deprecate_test https://pantheon.corp.google.com/cloud-build/builds/dcc0defd-594b-4951-a192-d5807fa515cd?e=13803378&mods=allow_workbench_image_override&project=google.com:cloud-image-docker-builder
RELEASE_NOTE=None

Change-Id: If8b3afffb4ba536df42ab0ac2140085efb253bea
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/88999
Reviewed-by: Kevin Berry <kpberry@google.com>
Tested-by: Nandhini Rengaraj <nrengaraj@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
1 file changed
tree: ac299ebeabddc44a58995d7386055577617269cf
  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_builds.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.