Skip to content

Commit

Permalink
feat: [cloudbuild] added e2-medium machine type (#4402)
Browse files Browse the repository at this point in the history
* feat: added e2-medium machine type

Clients can now specify the e2-medium machine type.

PiperOrigin-RevId: 546077446

Source-Link: googleapis/googleapis@b98e88f

Source-Link: googleapis/googleapis-gen@d5619d9
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWRldnRvb2xzLWNsb3VkYnVpbGQvLk93bEJvdC55YW1sIiwiaCI6ImQ1NjE5ZDlhYWU3NTRjNTY1MTc1ZWY3M2E2YjY0ZTg4NGI1NDlhMDYifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Denis DelGrosso <[email protected]>
  • Loading branch information
3 people authored Jul 7, 2023
1 parent c21f6e3 commit f3e866e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,9 @@ message BuildOptions {

// Highcpu e2 machine with 32 CPUs.
E2_HIGHCPU_32 = 6;

// E2 machine with 1 CPU.
E2_MEDIUM = 7;
}

// Specifies the behavior when there is an error in the substitution checks.
Expand Down
3 changes: 2 additions & 1 deletion packages/google-devtools-cloudbuild/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/google-devtools-cloudbuild/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/google-devtools-cloudbuild/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3e866e

Please sign in to comment.