cloudbuild_benchmark.yaml (7 lines of code) (raw):
timeout: 3600s
steps:
- name: gcr.io/cloud-builders/docker:latest
args: ['build', '--tag=${_DOCKER_NAMESPACE}/python/tests/benchmark:${_TAG}',
'--no-cache', '/workspace/tests/benchmark/']
images: [
# Intentionally empty
]