forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Add GCE variances to Data tests (ray-project#34105)
This PR configures BuildKite to run Data release tests on GCE. I excluded the parquet_metadata_resolution and shuffle_data_loader release tests because more work is required to migrate those tests. --------- Signed-off-by: Balaji Veeramani <[email protected]>
- Loading branch information
1 parent
90ae25c
commit 8af7814
Showing
8 changed files
with
243 additions
and
10 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
release/nightly_tests/dataset/data_ingest_benchmark_compute_gce.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
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: 19 | ||
|
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,28 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
max_workers: 999 | ||
|
||
head_node_type: | ||
name: head_node | ||
instance_type: n1-standard-32-nvidia-tesla-t4-1 | ||
|
||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-32 # aws m5.8xlarge | ||
min_workers: 0 | ||
max_workers: 0 | ||
use_spot: false | ||
resources: | ||
cpu: 32 | ||
- name: gpu_node | ||
instance_type: n1-standard-32-nvidia-tesla-t4-1 # aws g4dn.16xlarge | ||
min_workers: 1 | ||
max_workers: 1 | ||
use_spot: false | ||
resources: | ||
cpu: 64 | ||
gpu: 1 |
23 changes: 23 additions & 0 deletions
23
release/nightly_tests/dataset/pipelined_training_compute_gce.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
|
||
max_workers: 999 | ||
|
||
head_node_type: | ||
name: head_node | ||
instance_type: n2-highmem-16 # i3.8xlarge | ||
|
||
worker_node_types: | ||
- name: memory_node | ||
instance_type: n2-highmem-16 # i3.8xlarge | ||
min_workers: 10 | ||
max_workers: 10 | ||
use_spot: false | ||
- name: gpu_node | ||
instance_type: n1-highmem-32-nvidia-tesla-v100-4 # p3.8xlarge | ||
min_workers: 4 | ||
max_workers: 4 | ||
use_spot: false |
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,22 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
max_workers: 999 | ||
|
||
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: n1-standard-16-nvidia-tesla-t4-1 # g3.4xlarge | ||
min_workers: 4 | ||
max_workers: 4 | ||
use_spot: false | ||
- name: worker_node_2 | ||
instance_type: c2-standard-30 # c5.9xlarge | ||
min_workers: 2 | ||
max_workers: 2 | ||
use_spot: false |
17 changes: 17 additions & 0 deletions
17
release/nightly_tests/dataset/single_node_benchmark_compute_gce.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
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-16 # m5.4xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-16 # m5.4xlarge | ||
max_workers: 0 | ||
min_workers: 0 | ||
use_spot: false |
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
15 changes: 8 additions & 7 deletions
15
release/nightly_tests/shuffle/datasets_large_scale_compute_small_instances_gce.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
Oops, something went wrong.