mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* Create a core set of algorithms tests to run nightly. * Run release tests under tf, tf2, and torch frameworks. * Fix * Add eager_tracing option for tf2 framework. * make sure core tests can run in parallel. * cql * Report progress while running nightly/weekly tests. * Innclude SAC in nightly lineup. * Revert changes to learning_tests * rebrand to performance test. * update build_pipeline.py with new performance_tests name. * Record stats. * bug fix, need to populate experiments dict. * Alphabetize yaml files. * Allow specifying frameworks. And do not run tf2 by default. * remove some debugging code. * fix * Undo testing changes. * Do not run CQL regression for now. * LINT. Co-authored-by: sven1977 <svenmika1977@gmail.com>
21 lines
388 B
YAML
21 lines
388 B
YAML
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
region: us-west-2
|
|
|
|
max_workers: 12
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: m5.xlarge
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: g3.4xlarge
|
|
min_workers: 12
|
|
max_workers: 12
|
|
use_spot: false
|
|
|
|
aws:
|
|
BlockDeviceMappings:
|
|
- DeviceName: /dev/sda1
|
|
Ebs:
|
|
VolumeSize: 500
|