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
Copy file name to clipboardExpand all lines: docs/updating-buildkite-agent-scaler.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
# Updating buildkite-agent-scaler
2
2
3
3
The [buildkite-agent-scaler](https://buildkite.com/buildkite/buildkite-agent-scaler)
4
-
is brought in via the AWS Serverless Application Repository.
4
+
is brought to the Elastic CI Stack for AWS template using the AWS
5
+
Serverless Application Repository.
5
6
6
-
Once you have [released](https://github.com/buildkite/buildkite-agent-scaler/blob/master/RELEASE.md) an updated
7
-
version, you can incorporate it into the Elastic CI Stack
8
-
for AWS template.
7
+
Once you have [released](https://github.com/buildkite/buildkite-agent-scaler/blob/master/RELEASE.md)
8
+
an updated version, you can incorporate it into the Elastic CI Stack for AWS
9
+
template.
9
10
10
11
1. Create a new branch
11
12
1. In the [`templates/aws-stack.yml`](templates/aws-stack.yml)update the `Autoscaling` resource’s `SemanticVersion` property to the newly released version.
@@ -22,4 +23,4 @@ for AWS template.
22
23
1. Create the stack and wait for it to complete
23
24
1. Verify that instances are booted in response to Buildkite jobs on your queue
0 commit comments