Skip to content

Commit

Permalink
Use proper cloudbuild machineType (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem authored Dec 1, 2023
1 parent c70167b commit 028313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ images:
timeout: 3600s
options:
# Run on bigger machines
machineType: "e2-standard-8"
machineType: "E2_HIGHCPU_32"
secrets:
- kmsKeyName: projects/sentryio/locations/global/keyRings/service-credentials/cryptoKeys/cloudbuild
secretEnv:
Expand Down

0 comments on commit 028313c

Please sign in to comment.