Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to scaler v1.6.0 #1213

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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