Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
if_changed: pages/agent/cli/help/*.md
command: ./scripts/update-agent-help.sh
agents:
queue: hosted-m
queue: "${AGENT_QUEUE:-hosted-m}"
plugins:
- docker#v5.13.0:
image: "golang:1.24"
Expand All @@ -63,7 +63,7 @@ steps:
if_changed: pages/platform/cli/*.md
command: ./scripts/update-bkcli-help.sh
agents:
queue: hosted-m
queue: "${AGENT_QUEUE:-hosted-m}"
plugins:
- docker#v5.13.0:
image: "golang:1.25"
Expand All @@ -74,7 +74,7 @@ steps:
if_changed: pages/agent/self_hosted/configure/experiments.md
command: ./scripts/update-agent-experiments.sh
agents:
queue: hosted-m
queue: "${AGENT_QUEUE:-hosted-m}"
plugins:
- docker#v5.13.0:
image: "ruby:3.3"
Expand All @@ -85,7 +85,7 @@ steps:
if_changed: pages/agent/self_hosted/versions_directory.md
command: ./scripts/update-agent-versions-directory.sh
agents:
queue: hosted-m
queue: "${AGENT_QUEUE:-hosted-m}"
plugins:
- docker#v5.13.0:
image: "ruby:3.3"
Expand Down
2 changes: 2 additions & 0 deletions pages/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This page provides Buildkite organization administrators with an overview of the

If you're new to Buildkite Pipelines, run through the [Getting started with Pipelines](/docs/pipelines/getting-started) tutorial, which will initially set you up to run [Buildkite hosted agents](/docs/agent/buildkite-hosted). From there, you can decide whether to continue using Buildkite hosted agents, or set yourself up to run [self-hosted agents](/docs/agent/self-hosted).

Test

## Self-hosted and Buildkite hosted agents compared

The following table lists key feature differences between [self-hosted](/docs/agent/self-hosted) and [Buildkite hosted](/docs/agent/buildkite-hosted) agents. If you are looking to establish, expand or modify your Buildkite agent infrastructure, this table should help you choose which path or paths to take.
Expand Down