Commit c7534a6
authored
build: fix system test (#13658)
`debian-10` no longer exists in https://cloud.google.com/compute/docs/images/os-details#debian https://github.com/googleapis/google-cloud-python/blob/3609c907cf4c03bf08418de150c84c32da9dae1e/packages/google-cloud-compute/tests/system/base.py#L44 This will fix an issue in the system tests for `google-cloud-compute` which is failing because `projects/debian-cloud/global/images/family/debian-10` doesn't exist. We should use `projects/debian-cloud/global/images/family/debian-12` instead. ``` E google.api_core.exceptions.NotFound: 404 POST https://compute.googleapis.com/compute/v1/projects/<REDACTED>/zones/us-central1-a/instances: The resource 'projects/debian-cloud/global/images/family/debian-10' was not found ``` See the build log [here](https://btx.cloud.google.com/invocations/f8ae2e10-a8a6-4719-ba02-52b19db56991/log).1 parent 8586a8f commit c7534a6
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments