Skip to content

Commit

Permalink
Update retiring instances in integ tests (aws#6419)
Browse files Browse the repository at this point in the history
* Add mini test config to ignore list

* Update retiring instances
  • Loading branch information
dreambeyondorange authored Aug 28, 2024
1 parent 8edfdfa commit e59f3f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/integration-tests/configs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/my-test*.yaml
/mini.yaml
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 e59f3f5

Please sign in to comment.