-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Conversation
Owl bot is regenerating pull request 13921... |
Owl bot is regenerating pull request 13921... |
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
* 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==
2ea7b78
to
e308396
Compare
Owl bot is regenerating pull request 13921... |
* 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==
e308396
to
37621f9
Compare
…github.com/googleapis/google-cloud-python into owl-bot-copy-packages-google-cloud-compute
…github.com/googleapis/google-cloud-python into owl-bot-copy-packages-google-cloud-compute
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
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.
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!
"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==