buildkite / agent-stack-k8s

Spin up an autoscaling stack of Buildkite Agents on Kubernetes
MIT License
77 stars 27 forks source link

Add checkout config block to plugin config #303

Closed DrJosh9000 closed 3 months ago

DrJosh9000 commented 3 months ago

Fixes #227

The kubernetes plugin will now accept

- kubernetes:
    checkout:
      skip: true

and this will completely skip scheduling a checkout container.

git clone and fetch flags could be configured with podSpecPatch. However the configuration logically belongs under checkout, so why not.