Skip to content

Commit 59603a3

Browse files
authored
Make odcr for MultiAZ integ-tests targeted (#6148)
1 parent 763d7cc commit 59603a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration-tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,13 +1415,15 @@ def odcr_stack(
14151415
AvailabilityZone=availability_zone_1,
14161416
InstanceCount=2,
14171417
InstancePlatform="Linux/UNIX",
1418+
InstanceMatchCriteria="targeted",
14181419
InstanceType="c5.xlarge",
14191420
)
14201421
az2_odcr = ec2.CapacityReservation(
14211422
"az2Odcr",
14221423
AvailabilityZone=availability_zone_2,
14231424
InstanceCount=2,
14241425
InstancePlatform="Linux/UNIX",
1426+
InstanceMatchCriteria="targeted",
14251427
InstanceType="c5.xlarge",
14261428
)
14271429
multi_az_odcr_group = resourcegroups.Group(

0 commit comments

Comments
 (0)