ray/release/tune_tests/cloud_tests/tpl_gcp_k8s_4x8.yaml
Kai Fricke 149c031c4b
[tune/release] Do not use spot instances in k8s tests (#27250)
Spot instances are not being booted up, so let's go without them.

Signed-off-by: Kai Fricke <kai@anyscale.com>
2022-08-02 11:30:41 +01:00

15 lines
288 B
YAML

cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
region: us-central1
max_workers: 3
head_node_type:
name: head_node
instance_type: n2-standard-8
worker_node_types:
- name: worker_node
instance_type: n2-standard-8
min_workers: 3
max_workers: 3
use_spot: false