Skip to content

Commit

Permalink
[Tests] Fix newly added CPU instance for lambda (#3811)
Browse files Browse the repository at this point in the history
newly added CPU instance
  • Loading branch information
Michaelvll authored Aug 6, 2024
1 parent 0cd0554 commit 92da069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimizer_dryruns.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def test_instance_type_from_cpu_memory(monkeypatch, capfd):
assert 'n2-highcpu-4' in stdout # GCP, 4 vCPUs, 4 GB memory
assert 'c6i.xlarge' in stdout # AWS, 4 vCPUs, 8 GB memory
assert 'Standard_F4s_v2' in stdout # Azure, 4 vCPUs, 8 GB memory
assert 'gpu_1x_rtx6000' in stdout # Lambda, 14 vCPUs, 46 GB memory
assert 'cpu_4x_general' in stdout # Lambda, 4 vCPUs, 16 GB memory

_test_resources_launch(monkeypatch, accelerators='T4')
stdout, _ = capfd.readouterr()
Expand Down

0 comments on commit 92da069

Please sign in to comment.