Update basic template to match examples. (#27856)

Examples were updated by https://github.com/grpc/test-infra/pull/228.
pull/27856/merge
Paulo Castello da Costa 3 years ago committed by GitHub
parent c100764c8f
commit da752c2c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      tools/run_tests/performance/templates/loadtest_template_basic_all_languages.yaml

@ -35,6 +35,8 @@ spec:
- build:
args:
- build
- --config
- opt
- //test/cpp/qps:qps_worker
command:
- bazel
@ -148,6 +150,8 @@ spec:
- build:
args:
- build
- --compilation_mode
- opt
- //src/python/grpcio_tests/tests/qps:qps_worker
command:
- bazel
@ -168,6 +172,8 @@ spec:
- build:
args:
- build
- --compilation_mode
- opt
- //src/python/grpcio_tests/tests_aio/benchmark:worker
command:
- bazel
@ -229,6 +235,8 @@ spec:
- build:
args:
- build
- --config
- opt
- //test/cpp/qps:qps_worker
command:
- bazel
@ -309,6 +317,8 @@ spec:
- build:
args:
- build
- --compilation_mode
- opt
- //src/python/grpcio_tests/tests/qps:qps_worker
command:
- bazel
@ -329,6 +339,8 @@ spec:
- build:
args:
- build
- --compilation_mode
- opt
- //src/python/grpcio_tests/tests_aio/benchmark:worker
command:
- bazel

Loading…
Cancel
Save