Skip to content

Commit

Permalink
[CI] Run two pipeline loaders for responsiveness (#9294)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Jun 12, 2023
1 parent aad1313 commit c2f0486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/buildkite/infrastructure/aws-stack-creator/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"InstanceOperatingSystem": "linux",
"InstanceType": "t3a.micro",
"AgentsPerInstance": "1",
"MinSize": "1",
"MaxSize": "1",
"MinSize": "2",
"MaxSize": "2",
"OnDemandPercentage": "100",
"ScaleOutFactor": "1.0",
"ScaleInIdlePeriod": "60", # in seconds
Expand Down

0 comments on commit c2f0486

Please sign in to comment.