|
|
|
@ -14,36 +14,6 @@ metadata: |
|
|
|
|
name: psm_proxyless_prebuilt_all_languages |
|
|
|
|
spec: |
|
|
|
|
clients: |
|
|
|
|
- language: csharp |
|
|
|
|
pool: ${client_pool} |
|
|
|
|
run: |
|
|
|
|
- args: |
|
|
|
|
- -c |
|
|
|
|
- | |
|
|
|
|
timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" dotnet exec \ |
|
|
|
|
/execute/qps_worker/Grpc.IntegrationTesting.QpsWorker.dll \ |
|
|
|
|
--driver_port="${DRIVER_PORT}" |
|
|
|
|
command: |
|
|
|
|
- bash |
|
|
|
|
env: |
|
|
|
|
- name: GRPC_XDS_BOOTSTRAP |
|
|
|
|
value: /bootstrap/bootstrap.json |
|
|
|
|
image: ${prebuilt_image_prefix}/csharp:${prebuilt_image_tag} |
|
|
|
|
name: main |
|
|
|
|
- args: |
|
|
|
|
- -default-config-path |
|
|
|
|
- containers/runtime/xds-server/config/default_config.json |
|
|
|
|
- -path-to-bootstrap |
|
|
|
|
- containers/runtime/xds-server/bootstrap.json |
|
|
|
|
command: |
|
|
|
|
- main |
|
|
|
|
image: ${psm_image_prefix}/xds-server:${psm_image_tag} |
|
|
|
|
livenessProbe: |
|
|
|
|
initialDelaySeconds: 30 |
|
|
|
|
periodSeconds: 5 |
|
|
|
|
tcpSocket: |
|
|
|
|
port: 10000 |
|
|
|
|
name: xds-server |
|
|
|
|
- language: cxx |
|
|
|
|
pool: ${client_pool} |
|
|
|
|
run: |
|
|
|
@ -281,36 +251,6 @@ spec: |
|
|
|
|
tcpSocket: |
|
|
|
|
port: 10000 |
|
|
|
|
name: xds-server |
|
|
|
|
- language: ruby |
|
|
|
|
pool: ${client_pool} |
|
|
|
|
run: |
|
|
|
|
- args: |
|
|
|
|
- -c |
|
|
|
|
- | |
|
|
|
|
timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" \ |
|
|
|
|
/execute/src/ruby/qps/worker.rb \ |
|
|
|
|
--driver_port="${DRIVER_PORT}" |
|
|
|
|
command: |
|
|
|
|
- bash |
|
|
|
|
env: |
|
|
|
|
- name: GRPC_XDS_BOOTSTRAP |
|
|
|
|
value: /bootstrap/bootstrap.json |
|
|
|
|
image: ${prebuilt_image_prefix}/ruby:${prebuilt_image_tag} |
|
|
|
|
name: main |
|
|
|
|
- args: |
|
|
|
|
- -default-config-path |
|
|
|
|
- containers/runtime/xds-server/config/default_config.json |
|
|
|
|
- -path-to-bootstrap |
|
|
|
|
- containers/runtime/xds-server/bootstrap.json |
|
|
|
|
command: |
|
|
|
|
- main |
|
|
|
|
image: ${psm_image_prefix}/xds-server:${psm_image_tag} |
|
|
|
|
livenessProbe: |
|
|
|
|
initialDelaySeconds: 30 |
|
|
|
|
periodSeconds: 5 |
|
|
|
|
tcpSocket: |
|
|
|
|
port: 10000 |
|
|
|
|
name: xds-server |
|
|
|
|
driver: |
|
|
|
|
language: cxx |
|
|
|
|
pool: ${driver_pool} |
|
|
|
@ -320,19 +260,6 @@ spec: |
|
|
|
|
results: |
|
|
|
|
bigQueryTable: ${big_query_table} |
|
|
|
|
servers: |
|
|
|
|
- language: csharp |
|
|
|
|
pool: ${server_pool} |
|
|
|
|
run: |
|
|
|
|
- args: |
|
|
|
|
- -c |
|
|
|
|
- | |
|
|
|
|
timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" dotnet exec \ |
|
|
|
|
/execute/qps_worker/Grpc.IntegrationTesting.QpsWorker.dll \ |
|
|
|
|
--driver_port="${DRIVER_PORT}" |
|
|
|
|
command: |
|
|
|
|
- bash |
|
|
|
|
image: ${prebuilt_image_prefix}/csharp:${prebuilt_image_tag} |
|
|
|
|
name: main |
|
|
|
|
- language: cxx |
|
|
|
|
pool: ${server_pool} |
|
|
|
|
run: |
|
|
|
@ -410,18 +337,5 @@ spec: |
|
|
|
|
timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" \ |
|
|
|
|
/execute/benchmark_worker \ |
|
|
|
|
--driver_port="${DRIVER_PORT}" |
|
|
|
|
- language: ruby |
|
|
|
|
pool: ${server_pool} |
|
|
|
|
run: |
|
|
|
|
- args: |
|
|
|
|
- -c |
|
|
|
|
- | |
|
|
|
|
timeout --kill-after="${KILL_AFTER}" "${POD_TIMEOUT}" \ |
|
|
|
|
/execute/src/ruby/qps/worker.rb \ |
|
|
|
|
--driver_port="${DRIVER_PORT}" |
|
|
|
|
command: |
|
|
|
|
- bash |
|
|
|
|
image: ${prebuilt_image_prefix}/ruby:${prebuilt_image_tag} |
|
|
|
|
name: main |
|
|
|
|
timeoutSeconds: ${timeout_seconds} |
|
|
|
|
ttlSeconds: 86400 |
|
|
|
|