Skip to content

Commit

Permalink
Merge pull request #1213 from buildkite/scaler-v1.6.0
Browse files Browse the repository at this point in the history
Update to scaler v1.6.0
  • Loading branch information
DrJosh9000 authored Sep 14, 2023
2 parents bf29379 + f6a434b commit 0db1b66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/aws-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Parameters:
BuildkiteAgentScalerVersion:
Description: Version of the buildkite-agent-scaler to use
Type: String
Default: "1.5.0"
Default: "1.6.0"

BuildkiteAgentTracingBackend:
Description: The tracing backend to use for CI tracing. See https://buildkite.com/docs/agent/v3/tracing
Expand Down Expand Up @@ -300,10 +300,10 @@ Parameters:
Default: 0
MinValue: 0

ScalerEventScheduleRate:
Description: How often the event schedule for buildkite-agent-scaler is triggered (in minutes)
ScalerEventSchedulePeriod:
Description: How often the Event Schedule for buildkite-agent-scaler is triggered. Should be an expression with units, e.g. "30 seconds", "1 minute", "5 minutes".
Type: String
Default: "1"
Default: "1 minute"

ScalerMinPollInterval:
Description: Minimum interval at which the auto scaler should poll the AWS API
Expand Down Expand Up @@ -1397,5 +1397,5 @@ Resources:
AgentAutoScaleGroup: !Ref AgentAutoScaleGroup
ScaleOutFactor: !Ref ScaleOutFactor
ScaleOutForWaitingJobs: !Ref ScaleOutForWaitingJobs
EventScheduleRate: !Ref ScalerEventScheduleRate
EventSchedulePeriod: !Ref ScalerEventSchedulePeriod
MinPollInterval: !Ref ScalerMinPollInterval

0 comments on commit 0db1b66

Please sign in to comment.