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