mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Test] Use spot instances for chaos tests. (#23679)
Use spot instances for chaos tests. We can also experiment with other tests that don't suppose to have dead nodes, but let's do it once the nightly infra is stabilized
This commit is contained in:
parent
5001e46324
commit
47ff1241f9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ worker_node_types:
|
||||||
instance_type: m5.4xlarge
|
instance_type: m5.4xlarge
|
||||||
min_workers: 9
|
min_workers: 9
|
||||||
max_workers: 9
|
max_workers: 9
|
||||||
use_spot: false
|
use_spot: true
|
||||||
resources:
|
resources:
|
||||||
custom_resources:
|
custom_resources:
|
||||||
worker: 1
|
worker: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue