| # See go/perfetto-ui-autopush for docs on how this works end-to-end. |
| # See trigger configs inline YAML in Google Cloud Console > Cloud Build. |
| steps: |
| - name: europe-docker.pkg.dev/perfetto-ui/builder/perfetto-ui-builder |
| args: |
| - /ui_builder_entrypoint.sh |
| - '' |
| # The empty arg above is load bearing. The builder_entrypoint.sh |
| # script can't handle $1 sometimes being defined (as in |
| # cloudbuild.yaml) and sometimes not. |
| |
| # Timeout = 60 min (last measured time in Jan 2026: 30 min) |
| timeout: 3600s |
| options: |
| machineType: E2_HIGHCPU_32 |