File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
tests/integration-tests/tests/performance_tests Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 3434
3535
3636@pytest .mark .usefixtures ("serial_execution_by_instance" )
37- @pytest .mark .parametrize ("in_place_update_on_fleet_enabled" , ["true" , "false" ])
3837def test_osu (
3938 os ,
4039 region ,
4140 scheduler ,
42- in_place_update_on_fleet_enabled ,
4341 instance ,
4442 pcluster_config_reader ,
4543 clusters_factory ,
@@ -65,9 +63,6 @@ def test_osu(
6563 capacity_reservation_id = None
6664 placement_group_enabled = True
6765
68- chef_attributes_dict = {"cluster" : {"in_place_update_on_fleet_enabled" : in_place_update_on_fleet_enabled }}
69- extra_chef_attributes = json .dumps (chef_attributes_dict )
70-
7166 if instance in ["p6-b200.48xlarge" , "p5en.48xlarge" ]:
7267 max_queue_size = 2
7368 capacity_type = "CAPACITY_BLOCK"
@@ -89,7 +84,6 @@ def test_osu(
8984 capacity_type = capacity_type ,
9085 capacity_reservation_id = capacity_reservation_id ,
9186 placement_group_enabled = placement_group_enabled ,
92- extra_chef_attributes = extra_chef_attributes ,
9387 )
9488 cluster = clusters_factory (cluster_config )
9589 remote_command_executor = RemoteCommandExecutor (cluster )
Original file line number Diff line number Diff line change @@ -40,6 +40,3 @@ SharedStorage:
4040 - MountDir : /shared
4141 Name : name1
4242 StorageType : Ebs
43- DevSettings :
44- Cookbook :
45- ExtraChefAttributes : ' {{ extra_chef_attributes }}'
You can’t perform that action at this time.
0 commit comments