github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/cloudbuild/testdata/steps-timeout.yaml (about) 1 # https://cloud.google.com/build/docs/build-config-file-schema#timeout 2 3 steps: 4 - name: 'ubuntu' 5 args: ['sleep', '600'] 6 timeout: 500s 7 - name: 'ubuntu' 8 args: ['echo', 'hello world, after 600s']