Skip to content

Commit d81f4fb

Browse files
authored
Fix 'Updating the Agent' page with link to guide.
1 parent 1b237cb commit d81f4fb

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

docs/updating-agent.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
11
# Updating the Agent
22

3-
The `buildkite-agent` is built in to the AMIs by the Packer build. The agent
4-
binary is downloaded from download.buildkite.com.
3+
:spider_web::spider_web::spider_web: Here be cobwebs! :spider_web::spider_web::spider_web:
54

6-
Once you have [released](https://github.com/buildkite/agent/blob/-/RELEASE.md) an updated
7-
version of the agent, you can incorporate it into the Elastic CI Stack
8-
for AWS template.
9-
10-
See https://github.com/buildkite/elastic-ci-stack-for-aws/pull/935 for an
11-
example of updating the buildkite-agent.
12-
13-
1. Create a new branch
14-
1. Update and commit a change to the Packer install scripts for [Linux](#linux) and [Windows](#windows) for the new version
15-
1. Push your branch and open a pull request
16-
1. Wait for CI to go green
17-
1. Merge
18-
19-
## Linux
20-
21-
Update the `AGENT_VERSION` variable in [`packer/linux/scripts/install-buildkite-agent.sh`](packer/linux/scripts/install-buildkite-agent.sh)
22-
to change which version is installed during the Packer build for the Linux AMI.
23-
24-
## Windows
25-
26-
Update the `AGENT_VERSION` variable in [`packer/windows/scripts/install-buildkite-agent.ps1`](packer/windows/scripts/install-buildkite-agent.ps1)
27-
to change which version is installed during the Packer build for the Windows
28-
AMI.
5+
The docs that used to be here now live in the [Agent Release Process](https://guide.buildkite.net/engineering/teams/pipelines/agent-release-process/) page of the guide.

0 commit comments

Comments
 (0)