Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat: [google-cloud-compute] add google/cloud/compute/v1beta (#1033) #13921

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

Closed
wants to merge 6 commits into from

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented May 16, 2025

  • Regenerate this pull request now.
  • build: implement matrix strategy for DIREGAPIC action

  • build: add alpha compute files

  • build: Include API channel in auto-generated PR

  • build: fix matrix specification

  • build: Have DIREGAPIC action use triggering ref or default branch

  • build: remove the field ScratchDisks

The field was also removed purposefully in v1

  • build: Add v1 proto for use as "previous proto" in conversion

  • build: allow all matrix jobs to complete even if some fail

  • build: fix location of fail-fast setting

The original reference I used had it in the wrong place.

Correct GitHub ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

  • build: Disable PHP and C# builds for alpha

PHP just failed. Not clear what the issue is.
C# has some known failures. One of them may be the use of 3 repeated fields.

  • build: Disable Ruby generation

This was causing some errors, too.

  • build: fix version in Discovery file before further processing

  • build: jq is supposedly pre-installed in GitHub actions

  • feat: Move alpha to v1alpha in all paths

  • build: We do need to install jq

  • build: Try installing without sudo

sudo is not found!

  • build: Fix regex

"version" is the last field, so it has no trailing comma

  • build: Fix Go imports in BUILD

  • build: prepare for processing beta: copy files from alpha

  • build: update the beta file contents to refer to beta symbols

  • build: configure action to run for beta as well.

  • build: Have each channel use its own branch for the PR

  • Update syntax for matrix.version in branch name

  • add initial versions of alpha/beta discovery docs

  • Revert "add initial versions of alpha/beta discovery docs"

This reverts commit 489a29cdc587ff4e10fc74765acbcf99ac34d496.

  • stage discovery docs

  • remove alpha

  • add compute.v1beta.json which is needed for kokoro presubmit

  • build: add python settings

  • import changes from PR 1035

  • clean up

  • clean up

  • Remove redundant bazelisk build


Co-authored-by: Victor Chudnovsky vchudnov@google.com
Source-Link: googleapis/googleapis@2fc3abe

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d7205f6b05525df2133b658c5b303fcb5e15d876
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImQ3MjA1ZjZiMDU1MjVkZjIxMzNiNjU4YzViMzAzZmNiNWUxNWQ4NzYifQ==

@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 May 16, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@parthea parthea closed this May 16, 2025
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review May 16, 2025 17:43
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner May 16, 2025 17:43
@parthea parthea reopened this May 16, 2025
Copy link
Contributor Author

gcf-owl-bot bot commented May 16, 2025

Owl bot is regenerating pull request 13921...
Build name: ZDU2YzU1NTYtZTE5Mi00ZWY3LWI3OTYtZGRmMmIzZWJmOTlh

@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@parthea parthea added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 16, 2025
@parthea parthea self-assigned this May 16, 2025
Copy link
Contributor Author

gcf-owl-bot bot commented May 16, 2025

Owl bot is regenerating pull request 13921...
Build name: NzQ3MjgyYTktY2ZiYS00MjVmLWJlOGYtMWYxNDBlZTRlODgy

Copy link

snippet-bot bot commented May 16, 2025

No region tags are edited in this PR.

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

* build: implement matrix strategy for DIREGAPIC action

* build: add alpha compute files

* build: Include API channel in auto-generated PR

* build: fix matrix specification

* build: Have DIREGAPIC action use triggering ref or default branch

* build: remove the field ScratchDisks

The field was also removed purposefully in v1

* build: Add v1 proto for use as "previous proto" in conversion

* build: allow all matrix jobs to complete even if some fail

* build: fix location of fail-fast setting

The original reference I used had it in the wrong place.

Correct GitHub ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

* build: Disable PHP and C# builds for alpha

PHP just failed. Not clear what the issue is.
C# has some known failures. One of them may be the use of 3 repeated fields.

* build: Disable Ruby generation

This was causing some errors, too.

* build: fix version in Discovery file before further processing

* build: jq is supposedly pre-installed in GitHub actions

* feat: Move alpha to v1alpha in all paths

* build: We do need to install jq

* build: Try installing without sudo

sudo is not found!

* build: Fix regex

"version" is the last field, so it has no trailing comma

* build: Fix Go imports in BUILD

* build: prepare for processing beta: copy files from alpha

* build: update the beta file contents to refer to beta symbols

* build: configure action to run for beta as well.

* build: Have each channel use its own branch for the PR

* Update syntax for matrix.version in branch name

* add initial versions of alpha/beta discovery docs

* Revert "add initial versions of alpha/beta discovery docs"

This reverts commit 489a29cdc587ff4e10fc74765acbcf99ac34d496.

* stage discovery docs

* remove alpha

* add compute.v1beta.json which is needed for kokoro presubmit

* build: add python settings

* import changes from PR 1035

* clean up

* clean up

* Remove redundant bazelisk build

---------

Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
Source-Link: googleapis/googleapis@2fc3abe

Source-Link: googleapis/googleapis-gen@d7205f6
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImQ3MjA1ZjZiMDU1MjVkZjIxMzNiNjU4YzViMzAzZmNiNWUxNWQ4NzYifQ==
@gcf-owl-bot gcf-owl-bot bot force-pushed the owl-bot-copy-packages-google-cloud-compute branch from 2ea7b78 to e308396 Compare May 16, 2025 19:04
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
Copy link
Contributor Author

gcf-owl-bot bot commented May 16, 2025

Owl bot is regenerating pull request 13921...
Build name: NzVjZDU5NDYtNDU3Yy00ZTU5LWE2OWItYmEzZWViNjM3MDA4

* build: implement matrix strategy for DIREGAPIC action

* build: add alpha compute files

* build: Include API channel in auto-generated PR

* build: fix matrix specification

* build: Have DIREGAPIC action use triggering ref or default branch

* build: remove the field ScratchDisks

The field was also removed purposefully in v1

* build: Add v1 proto for use as "previous proto" in conversion

* build: allow all matrix jobs to complete even if some fail

* build: fix location of fail-fast setting

The original reference I used had it in the wrong place.

Correct GitHub ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

* build: Disable PHP and C# builds for alpha

PHP just failed. Not clear what the issue is.
C# has some known failures. One of them may be the use of 3 repeated fields.

* build: Disable Ruby generation

This was causing some errors, too.

* build: fix version in Discovery file before further processing

* build: jq is supposedly pre-installed in GitHub actions

* feat: Move alpha to v1alpha in all paths

* build: We do need to install jq

* build: Try installing without sudo

sudo is not found!

* build: Fix regex

"version" is the last field, so it has no trailing comma

* build: Fix Go imports in BUILD

* build: prepare for processing beta: copy files from alpha

* build: update the beta file contents to refer to beta symbols

* build: configure action to run for beta as well.

* build: Have each channel use its own branch for the PR

* Update syntax for matrix.version in branch name

* add initial versions of alpha/beta discovery docs

* Revert "add initial versions of alpha/beta discovery docs"

This reverts commit 489a29cdc587ff4e10fc74765acbcf99ac34d496.

* stage discovery docs

* remove alpha

* add compute.v1beta.json which is needed for kokoro presubmit

* build: add python settings

* import changes from PR 1035

* clean up

* clean up

* Remove redundant bazelisk build

---------

Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
Source-Link: googleapis/googleapis@2fc3abe

Source-Link: googleapis/googleapis-gen@d7205f6
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImQ3MjA1ZjZiMDU1MjVkZjIxMzNiNjU4YzViMzAzZmNiNWUxNWQ4NzYifQ==
@gcf-owl-bot gcf-owl-bot bot force-pushed the owl-bot-copy-packages-google-cloud-compute branch from e308396 to 37621f9 Compare May 16, 2025 19:25
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 16, 2025
@gcf-owl-bot gcf-owl-bot bot closed this May 16, 2025
@gcf-owl-bot gcf-owl-bot bot deleted the owl-bot-copy-packages-google-cloud-compute branch May 16, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Indicates a pull request not ready for merge, due to either quality or timing. 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.