Skip to content

Commit

Permalink
Increase cloudbuild Machine
Browse files Browse the repository at this point in the history
looks like LTO builds are dieing for some reason, possibly related to low memory.
  • Loading branch information
Swatinem committed Dec 1, 2023
1 parent 43c66a9 commit 8daecd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ steps:
waitFor: ["builder"]
entrypoint: "bash"
args:
- '-c'
- "-c"
- |-
cp /opt/symbolicator-debug.zip /opt/symbolicator.src.zip .
Expand All @@ -55,7 +55,7 @@ steps:
waitFor: ["builder-extract-difs"]
entrypoint: "bash"
args:
- '-c'
- "-c"
- |-
gsutil -m cp \
./symbolicator-debug.zip ./symbolicator.src.zip \
Expand Down Expand Up @@ -111,7 +111,7 @@ images:
timeout: 3600s
options:
# Run on bigger machines
machineType: "N1_HIGHCPU_8"
machineType: "e2-standard-8"
secrets:
- kmsKeyName: projects/sentryio/locations/global/keyRings/service-credentials/cryptoKeys/cloudbuild
secretEnv:
Expand Down

0 comments on commit 8daecd8

Please sign in to comment.