Skip to content

Commit

Permalink
Update retiring instances
Browse files Browse the repository at this point in the history
  • Loading branch information
dreambeyondorange committed Aug 28, 2024
1 parent 196b323 commit 3e5785a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration-tests/configs/new_os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ test-suites:
test_ephemeral.py::test_head_node_stop:
dimensions:
- regions: ["use1-az4"]
instances: ["m5d.xlarge", "h1.2xlarge"]
instances: ["m5d.xlarge", "d2.2xlarge"]
oss: {{ NEW_OS }}
schedulers: ["slurm"]
update:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Scheduling:
ComputeResources:
- Name: ondemand-i1
Instances:
- InstanceType: c4.xlarge
- InstanceType: c5.xlarge
- Name: same-name-diff-queue
Instances:
- InstanceType: c5.xlarge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Scheduling:
ComputeResources:
- Name: ondemand-i1
Instances:
- InstanceType: c4.xlarge
- InstanceType: c5.xlarge
- Name: same-name-diff-queue
Instances:
- InstanceType: c5.xlarge
Expand Down

0 comments on commit 3e5785a

Please sign in to comment.