Skip to content

Commit

Permalink
Update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Mar 13, 2024
1 parent 2138c83 commit 3d1fd22
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"flexible_gpu_catalog": [
{
"generations": [
"v5",
"v6"
"v3",
"v4"
],
"max_cpu": 35,
"max_ram": 250,
"model_name": "nvidia-a100",
"v_ram": 40000
"max_cpu": 80,
"max_ram": 512,
"model_name": "nvidia-m60",
"v_ram": 16000
},
{
"generations": [
"v5"
],
"max_cpu": 80,
"max_ram": 512,
"model_name": "nvidia-p6",
"max_cpu": 35,
"max_ram": 250,
"model_name": "nvidia-v100",
"v_ram": 16000
},
{
Expand All @@ -46,13 +46,13 @@
},
{
"generations": [
"v3",
"v4"
"v5",
"v6"
],
"max_cpu": 80,
"max_ram": 512,
"model_name": "nvidia-k2",
"v_ram": 4096
"max_cpu": 35,
"max_ram": 250,
"model_name": "nvidia-a10",
"v_ram": 24000
},
{
"generations": [
Expand All @@ -67,10 +67,20 @@
"generations": [
"v5"
],
"max_cpu": 80,
"max_ram": 512,
"model_name": "nvidia-p6",
"v_ram": 16000
},
{
"generations": [
"v5",
"v6"
],
"max_cpu": 35,
"max_ram": 250,
"model_name": "nvidia-v100",
"v_ram": 16000
"model_name": "nvidia-a100",
"v_ram": 40000
},
{
"generations": [
Expand All @@ -79,8 +89,8 @@
],
"max_cpu": 80,
"max_ram": 512,
"model_name": "nvidia-m60",
"v_ram": 16000
"model_name": "nvidia-k2",
"v_ram": 4096
}
],
"id": "##id-0##",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"link_route_table_id": "##id-1##",
"main": false,
"route_table_id": "##id-0##",
"route_table_to_subnet_link_id": "",
"subnet_id": "##id-2##"
}
],
Expand Down Expand Up @@ -71,7 +70,6 @@
"link_route_table_id": "##id-1##",
"main": false,
"route_table_id": "##id-0##",
"route_table_to_subnet_link_id": "",
"subnet_id": "##id-2##"
}
],
Expand Down

0 comments on commit 3d1fd22

Please sign in to comment.