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 5# for the project "perfetto-ui" (zone: europe-west2). 6steps: 7- name: europe-docker.pkg.dev/perfetto-ui/builder/perfetto-ui-builder 8 args: 9 - /ui_builder_entrypoint.sh 10 - $BRANCH_NAME 11# Timeout = 30 min (last measured time in Feb 2021: 12 min) 12timeout: 1800s 13options: 14 machineType: E2_HIGHCPU_32 15