github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/inspect/gcb/skaffold.gcb.yaml (about)

     1  apiVersion: skaffold/v4beta11
     2  kind: Config
     3  build:
     4    artifacts:
     5    - image: foo
     6    googleCloudBuild:
     7      projectId: proj1
     8      diskSizeGb: 12
     9      machineType: vm1
    10      timeout: 120s
    11      logging: GCS_ONLY
    12      logStreamingOption: STREAM_DEFAULT
    13      concurrency: 3
    14  profiles:
    15  - name: local
    16    build:
    17      local:
    18        concurrency: 1
    19        tryImportMissing: false
    20        useDockerCLI: false