Skip to content

Commit 1fe5a67

Browse files
[integ-tests] Remove using devsettings to disable in_place_update_on_fleet in OSU test
This commit prepares OSU test for validating the long term fix
1 parent 6e47259 commit 1fe5a67

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

tests/integration-tests/tests/performance_tests/test_osu.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@
3434

3535

3636
@pytest.mark.usefixtures("serial_execution_by_instance")
37-
@pytest.mark.parametrize("in_place_update_on_fleet_enabled", ["true", "false"])
3837
def 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)

tests/integration-tests/tests/performance_tests/test_osu/test_osu/pcluster.config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}'

0 commit comments

Comments
 (0)