tart/docs/integrations/buildkite.md

831 B

title description
Buildkite Integration Run pipeline steps in isolated ephemeral Tart Virtual Machines.

Buildkite

It is possible to run Buildkite pipeline steps in isolated ephemeral Tart Virtual Machines with the help of Tart Buildkite Plugin:

Configuration

The most basic configuration looks like this:

steps:
- command: uname -a
  plugins:
  - cirruslabs/tart#main:
    image: ghcr.io/cirruslabs/macos-tahoe-base:latest

This will run uname -r in a macOS Tart VM cloned from ghcr.io/cirruslabs/macos-tahoe-base:latest.

See plugin's Configuration section for the full list of available options.