Skip to content

Commit 53a146c

Browse files
authored
Merge branch 'buildkite:main' into main
2 parents e070577 + aec74ff commit 53a146c

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [v6.0.0](https://github.com/buildkite/elastic-ci-stack-for-aws/tree/v6.0.0) (2023-07-25)
7+
## [v6.0.0](https://github.com/buildkite/elastic-ci-stack-for-aws/tree/v6.0.0) (2023-07-26)
88
[Full Changelog](https://github.com/buildkite/elastic-ci-stack-for-aws/compare/v5.22.2...v6.0.0)
99

1010
### Changed
@@ -19,13 +19,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1919
- Rename the parameter `SecurityGroupId` to `SecurityGroupIds` [#1128](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1128) (@triarius)
2020
- Rename the parameter `EnableAgentGitMirrorsExperiment` to `BuildkiteAgentEnableGitMirrors` [#1123](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1123) (@triarius)
2121
- Enable the `ansi-timestamps` setting if and only if `BuildkiteAgentTimestampLines` parameter is `"false"` [#1132](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1132) (@triarius)
22+
- Bump buildkite-agent-scaler to v1.5.0 [#1169](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1169) (@tomellis91)
2223
- Bump docker compose to v2.20.2 [#1150](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1150) (@triarius)
2324
- Bump buildx to v0.11.2 [#1150](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1150) (@triarius)
2425

2526
### Added
2627
- Support running and building multi-platform docker images [#1139](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1139) [#1122](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1122) [#1149](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1149) (@triarius)
2728
- Support i4g instance types [#1138](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1138) (@triarius)
2829
- Added the parameter `SpotAllocationStrategy` [#1130](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1130) (@triarius)
30+
- Added the parameter `ScalerEventScheduleRate` to control rate at which buildkite-agent-scaler is invoked [#1169](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1169) (@tomellis91)
2931

3032
### Fixed
3133
- Guard against `BUILDKITE_AGENT_ENABLE_GIT_MIRRORS` not being set in startup script [#1135](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/1135) (@triarius)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1><img alt="Elastic CI Stack for AWS" src="images/banner.png?raw=true"></h1>
22

3-
![Build status](https://badge.buildkite.com/d178ab942e2f606a83e79847704648437d82a9c5fdb434b7ae.svg?branch=master)
3+
![Build status](https://badge.buildkite.com/d178ab942e2f606a83e79847704648437d82a9c5fdb434b7ae.svg?branch=main)
44

55
## Buildkite Elastic CI Stack for AWS
66

@@ -127,7 +127,7 @@ default VPC:
127127

128128
We provide support for security and bug fixes on the current major release only.
129129

130-
If there are any changes in the master branch since the last tagged release, we
130+
If there are any changes in the main branch since the last tagged release, we
131131
aim to publish a new tagged release of this template at the end of each month.
132132

133133
### AWS Regions
@@ -146,7 +146,7 @@ We build and deploy the following AMIs to all our supported regions:
146146

147147
### Buildkite Agent
148148

149-
The Elastic CI Stack template [published from the master branch](https://s3.amazonaws.com/buildkite-aws-stack/latest/aws-stack.yml)
149+
The Elastic CI Stack template [published from the main branch](https://s3.amazonaws.com/buildkite-aws-stack/latest/aws-stack.yml)
150150
tracks the latest Buildkite Agent release.
151151

152152
You may wish to preview any updates to your stack from this template

docs/updating-agent.md

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

3-
The `buildkite-agent` is built in to the AMIs by the Packer build. The agent
3+
The `buildkite-agent` is built in to the AMIs by the Packer build. The agent
44
binary is downloaded from download.buildkite.com.
55

6-
Once you have [released](https://github.com/buildkite/agent/blob/master/RELEASE.md) an updated
6+
Once you have [released](https://github.com/buildkite/agent/blob/-/RELEASE.md) an updated
77
version of the agent, you can incorporate it into the Elastic CI Stack
88
for AWS template.
99

templates/aws-stack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Metadata:
9797
- ScaleInIdlePeriod
9898
- ScaleOutForWaitingJobs
9999
- InstanceCreationTimeout
100-
- EventScheduleRate
100+
- ScalerEventScheduleRate
101101

102102
- Label:
103103
default: Cost Allocation Configuration
@@ -299,8 +299,8 @@ Parameters:
299299
Default: 0
300300
MinValue: 0
301301

302-
EventScheduleRate:
303-
Description: How often the Event Schedule is triggered (in minutes)
302+
ScalerEventScheduleRate:
303+
Description: How often the event schedule for buildkite-agent-scaler is triggered (in minutes)
304304
Type: String
305305
Default: "1"
306306

@@ -1388,4 +1388,4 @@ Resources:
13881388
AgentAutoScaleGroup: !Ref AgentAutoScaleGroup
13891389
ScaleOutFactor: !Ref ScaleOutFactor
13901390
ScaleOutForWaitingJobs: !Ref ScaleOutForWaitingJobs
1391-
EventScheduleRate: !Ref EventScheduleRate
1391+
EventScheduleRate: !Ref ScalerEventScheduleRate

0 commit comments

Comments
 (0)