ray/benchmarks/object_store.yaml
SangBin Cho 97b4490401
[Nightly Test] Readjust nightly test schedule (#20717)
- Removing scale_to logic from object store. We don't need to scale during tests, which will disambiguate infra failures vs app failures.
- Run microbenchmark in core nightly, meaning it will run even more often
- Run weekly scalability tests daily instead. (They are not too expensive).
- Run some core daily tests separately to avoid infra failures.
2021-11-26 06:59:16 -08:00

21 lines
399 B
YAML

cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
region: us-west-2
max_workers: 49
head_node_type:
name: head_node
instance_type: m4.16xlarge
resources:
custom_resources:
node: 1
worker_node_types:
- name: worker_node
instance_type: m4.xlarge
min_workers: 49
max_workers: 49
use_spot: false
resources:
custom_resources:
node: 1