github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/inspect/gcb/skaffold.local.yaml (about) 1 apiVersion: skaffold/v4beta11 2 kind: Config 3 build: 4 artifacts: 5 - image: foo 6 local: 7 concurrency: 1 8 tryImportMissing: false 9 useDockerCLI: false 10 profiles: 11 - name: gcb 12 build: 13 googleCloudBuild: 14 projectId: proj1 15 diskSizeGb: 12 16 machineType: vm1 17 timeout: 120s 18 logging: GCS_ONLY 19 logStreamingOption: STREAM_DEFAULT 20 concurrency: 3 21 workerPool: projects/test/locations/asia-east1/workerPools/pool1