-
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.
[Serve][Release][Part2] Add release tests to GCE (#34245)
Makes some Serve release tests run on GCE. serve_serve_micro_benchmark succeed https://buildkite.com/ray-project/release-tests-pr/builds/34505#01876e9b-b99c-40de-af94-6c7044b401dc deployment_graph_long_chain succeed https://buildkite.com/ray-project/release-tests-pr/builds/34507#01876eb9-8727-4a59-b193-ce2ff5e9647e deployment_graph_wide_ensemble succeed https://buildkite.com/ray-project/release-tests-pr/builds/34510#01876eca-27ce-4234-b668-eea78767910d serve_handle_long_chain succeed https://buildkite.com/ray-project/release-tests-pr/builds/34553#01877135-9e44-4653-ae53-be785ca5574c serve_handle_wide_ensemble succeed https://buildkite.com/ray-project/release-tests-pr/builds/34566#0187714b-45ff-4fd9-8a22-8c8bb45b0748 serve_micro_protocol_grpc_benchmark succeed https://buildkite.com/ray-project/release-tests-pr/builds/34569#0187715b-d78b-4b3a-a0be-4cb556482729 serve_micro_protocol_http_benchmark succeed https://buildkite.com/ray-project/release-tests-pr/builds/34570#0187716b-e710-4688-b31d-c8cc3f67ab4f serve_resnet_benchmark succeed https://buildkite.com/ray-project/release-tests-pr/builds/34604#018771c7-9a7f-42f1-a6ce-766e32e48fae
- Loading branch information
1 parent
92d6f1f
commit a9431c7
Showing
5 changed files
with
156 additions
and
1 deletion.
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
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,17 @@ | ||
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
region: us-west1 | ||
allowed_azs: | ||
- us-west1-b | ||
|
||
max_workers: 32 | ||
|
||
head_node_type: | ||
name: head_node | ||
instance_type: n1-standard-16-nvidia-tesla-t4-1 # g4dn.4xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-16 # m5.4xlarge | ||
min_workers: 0 | ||
max_workers: 1 | ||
use_spot: false |
17 changes: 17 additions & 0 deletions
17
release/serve_tests/compute_tpl_single_node_32_cpu_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-32 # m5.8xlarge | ||
|
||
worker_node_types: | ||
- name: worker_node | ||
instance_type: n2-standard-32 # m5.8xlarge | ||
min_workers: 0 | ||
max_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
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 | ||
min_workers: 0 | ||
max_workers: 0 | ||
use_spot: false |