also update bid percentage to 85% like in python-builds
This commit is contained in:
parent
5128deda83
commit
f9030c707f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ rBuildsBatchComputeEnvironment:
|
|||
SecurityGroupIds: ${self:custom.securityGroupIds}
|
||||
Subnets: ${self:custom.subnets}
|
||||
Type: SPOT
|
||||
BidPercentage: 60
|
||||
BidPercentage: 85
|
||||
InstanceRole:
|
||||
"Fn::GetAtt": [ rBuildsIamInstanceProfile, Arn ]
|
||||
InstanceTypes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue