commit | 02cb98601473cc6e8723b359e369ef365a08eb47 | [log] [tgz] |
---|---|---|
author | Nandhini Rengaraj <nrengaraj@google.com> | Wed Dec 18 23:00:49 2024 +0000 |
committer | Nandhini Rengaraj <nrengaraj@google.com> | Wed Dec 18 16:38:03 2024 -0800 |
tree | ac299ebeabddc44a58995d7386055577617269cf | |
parent | a4d9d50c14dacbf1673521ab888928e48eb9b99f [diff] |
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>
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.