Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [google-cloud-compute] Update Compute Engine API to revision 20231110 (#868) #12092

Merged
merged 3 commits into from
Dec 6, 2023

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Dec 6, 2023

  • Regenerate this pull request now.

Source-Link: googleapis/googleapis@05186cd

Source-Link: https://github.com/googleapis/googleapis-gen/commit/dc566d3f71567bd40ea3f896b3e0cdaa73e9499d
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImRjNTY2ZDNmNzE1NjdiZDQwZWEzZjg5NmIzZTBjZGFhNzNlOTQ5OWQifQ==

Source-Link: googleapis/googleapis@05186cd

Source-Link: googleapis/googleapis-gen@dc566d3
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImRjNTY2ZDNmNzE1NjdiZDQwZWEzZjg5NmIzZTBjZGFhNzNlOTQ5OWQifQ==
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Dec 6, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 6, 2023
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review December 6, 2023 20:06
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner December 6, 2023 20:06
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 6, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 6, 2023
Copy link

snippet-bot bot commented Dec 6, 2023

Here is the summary of changes.

You are about to add 27 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@parthea parthea added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 6, 2023
@parthea
Copy link
Contributor

parthea commented Dec 6, 2023

Need to check results from system tests

@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 6, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 6, 2023
@parthea
Copy link
Contributor

parthea commented Dec 6, 2023

System tests passed

Running system tests for packages/google-cloud-compute
/tmpfs/src/github/google-cloud-python/packages/google-cloud-compute /tmpfs/src/github/google-cloud-python
/tmpfs/src/github/google-cloud-python/packages/google-cloud-compute
nox > Running session system-3.12
nox > Creating virtual environment (virtualenv) using python3.12 in .nox/system-3-12
nox > python -m pip install --pre 'grpcio!=1.52.0rc1'
nox > python -m pip install mock pytest google-cloud-testutils -c /tmpfs/src/github/google-cloud-python/packages/google-cloud-compute/testing/constraints-3.12.txt
nox > python -m pip install -e . -c /tmpfs/src/github/google-cloud-python/packages/google-cloud-compute/testing/constraints-3.12.txt
nox > py.test --quiet --junitxml=system_3.12_sponge_log.xml tests/system
...................                                                       [100%]
=============================== warnings summary ===============================
<frozen importlib._bootstrap>:488
  <frozen importlib._bootstrap>:488: DeprecationWarning: Type google._upb._message.MessageMapContainer uses PyType_Spec with a metaclass that has custom tp_new. This is deprecated and will no longer be allowed in Python 3.14.

<frozen importlib._bootstrap>:488
  <frozen importlib._bootstrap>:488: DeprecationWarning: Type google._upb._message.ScalarMapContainer uses PyType_Spec with a metaclass that has custom tp_new. This is deprecated and will no longer be allowed in Python 3.14.

[.nox/system-3-12/lib/python3.12/site-packages/proto/datetime_helpers.py:24](https://cs.corp.google.com/piper///depot/google3/.nox/system-3-12/lib/python3.12/site-packages/proto/datetime_helpers.py?l=24)
  /[tmpfs/src/github/google-cloud-python/packages/google-cloud-compute/.nox/system-3-12/lib/python3.12/site-packages/proto/datetime_helpers.py:24](https://cs.corp.google.com/piper///depot/google3/tmpfs/src/github/google-cloud-python/packages/google-cloud-compute/.nox/system-3-12/lib/python3.12/site-packages/proto/datetime_helpers.py?l=24): DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
    _UTC_EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=datetime.timezone.utc)

-- Docs: [https://docs.pytest.org/en/stable/how-to/capture-warnings.html](https://www.google.com/url?q=https://docs.pytest.org/en/stable/how-to/capture-warnings.html&sa=D)
- generated xml file: /tmpfs/src/github/google-cloud-python/packages/google-cloud-compute/system_3.12_sponge_log.xml -
18 passed, 3 warnings in 437.36s (0:07:17)
nox > Session system-3.12 was successful.

@parthea parthea removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 6, 2023
@parthea parthea enabled auto-merge (squash) December 6, 2023 21:40
@parthea parthea merged commit 51e1478 into main Dec 6, 2023
19 checks passed
@parthea parthea deleted the owl-bot-copy-packages-google-cloud-compute branch December 6, 2023 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests. owl-bot-copy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant