-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI][GCE][RLlib] Add GCE variations to RLlib release tests (#34080)
* Update cluster compute yamls * Add tests to release_tests.yaml * Update region and allowed azs to fit GCE Signed-off-by: Artur Niederfahrenhorst <artur@anyscale.com>
- Loading branch information
1 parent
fb441ce
commit 3d335e1
Showing
15 changed files
with
323 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
allowed_azs: | ||
- us-west1-c | ||
|
||
max_workers: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
max_workers: 0 | ||
|
||
head_node_type: | ||
name: head_node | ||
instance_type: n1-standard-16-nvidia-tesla-t4-1 # g3.4xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-4 # m5.xlarge | ||
min_workers: 0 | ||
max_workers: 0 | ||
use_spot: false | ||
|
||
gcp_advanced_configurations_json: | ||
instance_properties: | ||
disks: | ||
- boot: true | ||
auto_delete: true | ||
initialize_params: | ||
disk_size_gb: 500 | ||
|
||
#aws: | ||
# BlockDeviceMappings: | ||
# - DeviceName: /dev/sda1 | ||
# Ebs: | ||
# DeleteOnTermination: true | ||
# VolumeSize: 500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
max_workers: 2 | ||
|
||
head_node_type: | ||
name: head_node | ||
instance_type: n1-standard-16-nvidia-tesla-t4-1 # g3.4xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-8 # m5.2xlarge | ||
min_workers: 1 | ||
max_workers: 1 | ||
use_spot: false | ||
|
||
gcp_advanced_configurations_json: | ||
instance_properties: | ||
disks: | ||
- boot: true | ||
auto_delete: true | ||
initialize_params: | ||
disk_size_gb: 500 | ||
|
||
#aws: | ||
# BlockDeviceMappings: | ||
# - DeviceName: /dev/sda1 | ||
# Ebs: | ||
# DeleteOnTermination: true | ||
# VolumeSize: 500 |
8 changes: 4 additions & 4 deletions
8
release/rllib_tests/8gpus_64cpus.yaml → release/rllib_tests/1gpu_32cpus.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
max_workers: 7 | ||
|
||
head_node_type: | ||
name: head_node | ||
instance_type: n1-highmem-4-nvidia-tesla-v100-1 # g3s.xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-4 # m5.xlarge | ||
min_workers: 7 | ||
max_workers: 7 | ||
use_spot: false | ||
|
||
gcp_advanced_configurations_json: | ||
instance_properties: | ||
disks: | ||
- boot: true | ||
auto_delete: true | ||
initialize_params: | ||
disk_size_gb: 500 | ||
|
||
#aws: | ||
# BlockDeviceMappings: | ||
# - DeviceName: /dev/sda1 | ||
# Ebs: | ||
# DeleteOnTermination: true | ||
# VolumeSize: 500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
max_workers: 0 | ||
|
||
head_node_type: | ||
name: head_node | ||
instance_type: n1-standard-4-nvidia-tesla-t4-1 # p2.xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-4 # m5.xlarge | ||
min_workers: 0 | ||
max_workers: 0 | ||
use_spot: false | ||
|
||
gcp_advanced_configurations_json: | ||
instance_properties: | ||
disks: | ||
- boot: true | ||
auto_delete: true | ||
initialize_params: | ||
disk_size_gb: 500 | ||
|
||
#aws: | ||
# BlockDeviceMappings: | ||
# - DeviceName: /dev/sda1 | ||
# Ebs: | ||
# DeleteOnTermination: true | ||
# VolumeSize: 500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
max_workers: 0 | ||
|
||
# This head node was intentionally chosen to be larger than 2GPUs (has 4GPUs). | ||
# This makes sure we can safely migrate the 2GPU testcases to GCE without having | ||
# 2GPU instances available on GCE today. | ||
# TODO (Artur): Move to 2GPU head node once it's available or possibly make tests using this use 4 GPUs. | ||
# Note: Remember to also update the worker counts in this file when doing this! | ||
head_node_type: | ||
name: head_node | ||
instance_type: n1-highmem-32-nvidia-tesla-v100-4 # g3.8xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-4 # m5.xlarge | ||
min_workers: 0 | ||
max_workers: 0 | ||
use_spot: false | ||
|
||
gcp_advanced_configurations_json: | ||
instance_properties: | ||
disks: | ||
- boot: true | ||
auto_delete: true | ||
initialize_params: | ||
disk_size_gb: 500 | ||
|
||
#aws: | ||
# BlockDeviceMappings: | ||
# - DeviceName: /dev/sda1 | ||
# Ebs: | ||
# DeleteOnTermination: true | ||
# VolumeSize: 500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
max_workers: 1 | ||
|
||
# This head node was intentionally chosen to be larger than 2GPUs (has 4GPUs). | ||
# This makes sure we can safely migrate the 2GPU testcases to GCE without having | ||
# 2GPU instances available on GCE today. | ||
# TODO (Artur): Move to 2GPU head node once it's available or possibly make tests using this use 4 GPUs. | ||
head_node_type: | ||
name: head_node | ||
instance_type: n1-highmem-32-nvidia-tesla-v100-4 # g3.8xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-32 # m5.8xlarge | ||
min_workers: 1 | ||
max_workers: 1 | ||
use_spot: false | ||
|
||
gcp_advanced_configurations_json: | ||
instance_properties: | ||
disks: | ||
- boot: true | ||
auto_delete: true | ||
initialize_params: | ||
disk_size_gb: 500 | ||
|
||
#aws: | ||
# BlockDeviceMappings: | ||
# - DeviceName: /dev/sda1 | ||
# Ebs: | ||
# DeleteOnTermination: true | ||
# VolumeSize: 500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-c | ||
|
||
max_workers: 0 | ||
|
||
head_node_type: | ||
name: head_node | ||
instance_type: n2-standard-32 # m5.8xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-4 # m5.xlarge | ||
min_workers: 0 | ||
max_workers: 0 | ||
use_spot: false | ||
|
||
gcp_advanced_configurations_json: | ||
instance_properties: | ||
disks: | ||
- boot: true | ||
auto_delete: true | ||
initialize_params: | ||
disk_size_gb: 500 | ||
|
||
#aws: | ||
# BlockDeviceMappings: | ||
# - DeviceName: /dev/sda1 | ||
# Ebs: | ||
# DeleteOnTermination: true | ||
# VolumeSize: 500 |
Oops, something went wrong.