Skip to content

Commit

Permalink
Add debug_xs-x86 cluster-profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 26, 2024
1 parent dacf2ac commit aa76f92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/ci-scripts/templatize_ray_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ class Profile:


profiles: dict[str, Optional[Profile]] = {
"debug_xs-x86": None,
"debug_xs-x86": Profile(
instance_type="t3.large",
image_id="ami-04dd23e62ed049936",
node_count=1,
ssh_user="ubuntu",
),
"medium-x86": Profile(
instance_type="i3.2xlarge",
image_id="ami-04dd23e62ed049936",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
type: choice
options:
- medium-x86
- debug_xs-x86
description: The profile to use for the cluster
required: false
default: medium-x86
Expand Down

0 comments on commit aa76f92

Please sign in to comment.