1# See go/perfetto-ui-autopush for docs on how this works end-to-end. 2# If this file is modified, the inline YAML must be copy-pasted 3# FROM: infra/ui.perfetto.dev/cloudbuild.yaml 4# TO: TWO trigger configs inline YAML in Google Cloud Console > Cloud Build. 5steps: 6- name: europe-docker.pkg.dev/perfetto-ui/builder/perfetto-ui-builder 7 args: 8 - /ui_builder_entrypoint.sh 9 - $BRANCH_NAME 10# Timeout = 30 min (last measured time in Feb 2021: 12 min) 11timeout: 1800s 12options: 13 machineType: E2_HIGHCPU_32 14