Using Buildkite and Anka Build
The anka-buildkite-plugin provides a quick way to integrate Anka with Buidkite. The plugin helps Buildkite jobs dynamically provision Anka VM instances for building, testing, and more.
The Anka Buildkite plugin works differently than our other plugins. It will not start VM instances using your Anka Build Cloud Controller and instead connect directly to an unused Node agent to execute the VM setup commands.
VM Template & Tag Requirements
- None
Install and Configure the Anka Buildkite Plugin
- You’ll need to install the Buildkite agent onto your Nodes.
You have the ability to set the
spawn
count inside of yourbuildkite-agent.cfg
. This will allow two VMs to run at once on a single Node. - Once you’ve confirmed that you can see the Agents/Nodes in your Buildkite Org, you’re ready to setup a pipeline.
Pipeline Step Definition
Buildkite provides manual or YAML options when defining pipeline steps. An example on setting up the anka-buildkite-plugin
using a YAML file in your project’s repo can be found in the plugin’s Github README.
We’d like to recognize Tom Duffield (tom@chef.io) for developing the plugin for Anka. The official repo can be found HERE.
Release Notes
Release notes for the Anka Buildkite Plugin can be found on Github.