Where is set global limit for gcloud steps timeout for all builds?
问题 Where can I find global limit for gcloud build step timeout? This is my gcloud build config: steps: - name: 'gcr.io/cloud-builders/yarn' - name: 'gcr.io/cloud-builders/yarn' args: ['build-nginx-config'] - name: 'gcr.io/cloud-builders/yarn' args: ['build'] timeout: 3601s ... timeout: 7200s And this is what I get when I try to run this build: [10:41:45]ERROR: (gcloud.builds.submit) INVALID_ARGUMENT: invalid build: invalid timeout in build step #2: build step timeout "1h0m1s" must be <= build