Upstream change to add machine types to cloudbuild trigger (#4652) (#398)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-04-02 14:50:04 -07:00 committed by GitHub
parent b55af1dad1
commit 82393d6718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -586,7 +586,8 @@ options:
machine_type: machine_type:
description: description:
- Compute Engine machine type on which to run the build. - Compute Engine machine type on which to run the build.
- 'Some valid choices include: "UNSPECIFIED", "N1_HIGHCPU_8", "N1_HIGHCPU_32"' - 'Some valid choices include: "UNSPECIFIED", "N1_HIGHCPU_8", "N1_HIGHCPU_32",
"E2_HIGHCPU_8", "E2_HIGHCPU_32"'
required: false required: false
type: str type: str
disk_size_gb: disk_size_gb: