Skip to content

Commit

Permalink
[Test] Fix test 'test_update_instance_list' by making use of the expe…
Browse files Browse the repository at this point in the history
…cted instance types.

Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed Dec 5, 2024
1 parent 0ae3a79 commit 5269dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Scheduling:
ComputeResources:
- Name: queue1-i1
Instances:
- InstanceType: c5d.xlarge
- InstanceType: c5.xlarge
- InstanceType: c5d.large
- InstanceType: c5.large
MinCount: 1
MaxCount: 2
Networking:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Scheduling:
ComputeResources:
- Name: queue1-i1
Instances:
- InstanceType: c5d.xlarge
- InstanceType: c5d.large
MinCount: 1
MaxCount: 2
Networking:
Expand Down

0 comments on commit 5269dbb

Please sign in to comment.