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

     1  apiVersion: skaffold/v4beta11
     2  kind: Config
     3  build:
     4    artifacts:
     5    - image: foo
     6    googleCloudBuild:
     7      projectId: proj2
     8      diskSizeGb: 10
     9      machineType: vm2
    10      timeout: 180s
    11      logging: LEGACY
    12      logStreamingOption: STREAM_ON
    13      concurrency: 2
    14      workerPool: projects/test/locations/asia-east1/workerPools/pool2
    15  profiles:
    16  - name: gcb
    17    build:
    18      googleCloudBuild:
    19        projectId: proj1
    20        diskSizeGb: 12
    21        machineType: vm1
    22        timeout: 120s
    23        logging: GCS_ONLY
    24        logStreamingOption: STREAM_DEFAULT
    25        concurrency: 3
    26        workerPool: projects/test/locations/asia-east1/workerPools/pool1