Skip to content

Commit

Permalink
wb | add instance type and host_volume constraints for the new perf-s…
Browse files Browse the repository at this point in the history
…sd NVMe machines
  • Loading branch information
fmaste authored and mgmeier committed Apr 12, 2024
1 parent dd99791 commit bba719d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,16 @@ def all_profile_variants:
{ producer: {cores: 16, memory: 120000, memory_max: 124000}
, explorer: {cores: 16, memory: 120000, memory_max: 124000}
}
, host_volumes: [
{source: "ssd1", destination: "/ssd1", read_only: false}
, {source: "ssd2", destination: "/ssd2", read_only: false}
]
, fetch_logs_ssh: true
}
, aws:
{ instance_type:
{ producer: "r5.4xlarge"
, explorer: "r5.4xlarge"
{ producer: "r5d.4xlarge"
, explorer: "r5d.4xlarge"
}
, use_public_routing: true
}
Expand Down

0 comments on commit bba719d

Please sign in to comment.