Skip to content

Commit b98e88f

Browse files
Google APIscopybara-github
authored andcommitted
feat: added e2-medium machine type
Clients can now specify the e2-medium machine type. PiperOrigin-RevId: 546077446
1 parent 5511d65 commit b98e88f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/devtools/cloudbuild/v1/cloudbuild.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,6 +1916,9 @@ message BuildOptions {
19161916

19171917
// Highcpu e2 machine with 32 CPUs.
19181918
E2_HIGHCPU_32 = 6;
1919+
1920+
// E2 machine with 1 CPU.
1921+
E2_MEDIUM = 7;
19191922
}
19201923

19211924
// Specifies the behavior when there is an error in the substitution checks.

0 commit comments

Comments
 (0)