You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
5
4
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