Skip to content

Commit 581d651

Browse files
authored
Temporarily decrease max instances for testing (#5573)
In order to inexpensively test that the new per-platform instance tags added in a previous commit properly limit the number of instances running, the s390x and arm64 VM flavor maximum instances are temporarily decreased in staging. This will allow for verification that only the total number of instances of a specific "flavor" controls whether the maximum number of instances of that "flavor" has been reached.
1 parent ba7e1ab commit 581d651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/multi-platform-controller/staging/host-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ data:
5959
dynamic.linux-arm64.aws-secret: aws-account
6060
dynamic.linux-arm64.ssh-secret: aws-ssh-key
6161
dynamic.linux-arm64.security-group-id: sg-05bc8dd0b52158567
62-
dynamic.linux-arm64.max-instances: "160"
62+
dynamic.linux-arm64.max-instances: "2"
6363
dynamic.linux-arm64.subnet-id: subnet-030738beb81d3863a
6464

6565
dynamic.linux-mlarge-arm64.type: aws
@@ -342,7 +342,7 @@ data:
342342
dynamic.linux-s390x.region: "us-east-2"
343343
dynamic.linux-s390x.url: "https://us-east.iaas.cloud.ibm.com/v1"
344344
dynamic.linux-s390x.profile: "bz2-2x8"
345-
dynamic.linux-s390x.max-instances: "4"
345+
dynamic.linux-s390x.max-instances: "2"
346346
dynamic.linux-s390x.private-ip: "true"
347347
dynamic.linux-s390x.instance-tag: stage-s390x
348348

0 commit comments

Comments
 (0)