2021-07-20 08:56:29 -07:00
|
|
|
- name: single_deployment_1k_noop_replica
|
2022-01-20 06:29:53 +09:00
|
|
|
team: serve
|
2021-07-20 08:56:29 -07:00
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
2022-03-08 21:34:01 -06:00
|
|
|
compute_template: compute_tpl_32_cpu.yaml
|
2021-07-20 08:56:29 -07:00
|
|
|
|
|
|
|
run:
|
2021-07-27 08:46:45 -07:00
|
|
|
timeout: 7200
|
2021-07-20 08:56:29 -07:00
|
|
|
long_running: False
|
2021-07-27 08:46:45 -07:00
|
|
|
script: python workloads/single_deployment_1k_noop_replica.py
|
2021-08-11 15:15:33 -07:00
|
|
|
|
2021-07-27 08:46:45 -07:00
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|
|
|
|
|
|
|
|
- name: multi_deployment_1k_noop_replica
|
2022-01-20 06:29:53 +09:00
|
|
|
team: serve
|
2021-07-27 08:46:45 -07:00
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
2022-03-08 21:34:01 -06:00
|
|
|
compute_template: compute_tpl_32_cpu.yaml
|
2021-07-27 08:46:45 -07:00
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 7200
|
|
|
|
long_running: False
|
|
|
|
script: python workloads/multi_deployment_1k_noop_replica.py
|
2021-08-11 15:15:33 -07:00
|
|
|
|
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|
|
|
|
|
2022-01-21 12:08:25 -08:00
|
|
|
- name: autoscaling_single_deployment
|
2022-01-25 11:46:03 -08:00
|
|
|
team: serve
|
2022-01-21 12:08:25 -08:00
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
compute_template: compute_tpl_8_cpu_autoscaling.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 7200
|
|
|
|
long_running: False
|
|
|
|
script: python workloads/autoscaling_single_deployment.py
|
|
|
|
|
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|
|
|
|
|
|
|
|
- name: autoscaling_multi_deployment
|
2022-01-25 11:46:03 -08:00
|
|
|
team: serve
|
2022-01-21 12:08:25 -08:00
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
compute_template: compute_tpl_8_cpu_autoscaling.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 7200
|
|
|
|
long_running: False
|
|
|
|
script: python workloads/autoscaling_multi_deployment.py
|
|
|
|
|
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|
|
|
|
|
2021-08-11 15:15:33 -07:00
|
|
|
- name: serve_micro_benchmark
|
2022-01-20 06:29:53 +09:00
|
|
|
team: serve
|
2021-08-11 15:15:33 -07:00
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
2021-10-11 18:33:20 -07:00
|
|
|
# 16 CPUS
|
2021-08-11 15:15:33 -07:00
|
|
|
compute_template: compute_tpl_single_node.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 7200
|
|
|
|
long_running: False
|
|
|
|
script: python workloads/serve_micro_benchmark.py
|
|
|
|
|
2021-10-11 18:33:20 -07:00
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|
|
|
|
|
2022-01-15 17:53:19 -08:00
|
|
|
- name: serve_micro_benchmark_k8s
|
2022-01-25 11:46:03 -08:00
|
|
|
team: serve
|
2022-01-15 17:53:19 -08:00
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
# 16 CPUS
|
|
|
|
compute_template: compute_tpl_single_node_k8s.yaml
|
|
|
|
compute_on_k8s: True
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 7200
|
|
|
|
long_running: False
|
|
|
|
script: python workloads/serve_micro_benchmark.py
|
|
|
|
|
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|
|
|
|
|
2021-10-11 18:33:20 -07:00
|
|
|
- name: serve_cluster_fault_tolerance
|
2022-01-20 06:29:53 +09:00
|
|
|
team: serve
|
2021-10-11 18:33:20 -07:00
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
# 16 CPUS
|
|
|
|
compute_template: compute_tpl_single_node.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 7200
|
|
|
|
long_running: False
|
|
|
|
script: python workloads/serve_cluster_fault_tolerance.py
|
|
|
|
|
2021-07-20 08:56:29 -07:00
|
|
|
smoke_test:
|
2022-03-08 21:34:01 -06:00
|
|
|
timeout: 600
|