9 lines
310 B
YAML
9 lines
310 B
YAML
# See go/perfetto-ui-autopush for docs on how this works end-to-end.
|
|
# Reuse the same Docker container of the UI autopusher.
|
|
steps:
|
|
- name: gcr.io/perfetto-ui/perfetto-ui-builder
|
|
args:
|
|
- 'infra/perfetto.dev/cloud_build_entrypoint.sh'
|
|
# Timeout: 15 min (last measured time in Feb 2021: 2 min)
|
|
timeout: 900s
|