From 4bfa4605341213ebd93e448b86bbf64ea6a00c78 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 18 Aug 2023 09:36:10 +0200 Subject: [PATCH] [gke benchmarks] Reenable dotnet GKE benchmarks (#34094) https://github.com/grpc/test-infra/pull/379 needs to be merged first. This partially reverts https://github.com/grpc/grpc/pull/34080 and re-enables the dotnet benchmarks. --- tools/internal_ci/linux/grpc_e2e_performance_gke.sh | 8 ++++---- .../linux/grpc_e2e_performance_gke_experiment.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh index 2d74a7feb72e9..67e5096c22726 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh @@ -130,10 +130,10 @@ configLangArgs8core+=( -l c++ ) configLangArgs32core+=( -l c++ ) runnerLangArgs+=( -l "cxx:${GRPC_CORE_REPO}:${GRPC_CORE_COMMIT}" ) -# # dotnet -# configLangArgs8core+=( -l dotnet ) -# configLangArgs32core+=( -l dotnet ) -# runnerLangArgs+=( -l "dotnet:${GRPC_DOTNET_REPO}:${GRPC_DOTNET_COMMIT}" ) +# dotnet +configLangArgs8core+=( -l dotnet ) +configLangArgs32core+=( -l dotnet ) +runnerLangArgs+=( -l "dotnet:${GRPC_DOTNET_REPO}:${GRPC_DOTNET_COMMIT}" ) # # go # configLangArgs8core+=( -l go ) diff --git a/tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh b/tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh index 26832f079fc9e..9a09074c63349 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh @@ -124,10 +124,10 @@ configLangArgs8core+=( -l c++ ) configLangArgs32core+=( -l c++ ) runnerLangArgs+=( -l "cxx:${GRPC_CORE_REPO}:${GRPC_CORE_COMMIT}" ) -# # dotnet -# configLangArgs8core+=( -l dotnet ) -# configLangArgs32core+=( -l dotnet ) -# runnerLangArgs+=( -l "dotnet:${GRPC_DOTNET_REPO}:${GRPC_DOTNET_COMMIT}" ) +# dotnet +configLangArgs8core+=( -l dotnet ) +configLangArgs32core+=( -l dotnet ) +runnerLangArgs+=( -l "dotnet:${GRPC_DOTNET_REPO}:${GRPC_DOTNET_COMMIT}" ) # # go # configLangArgs8core+=( -l go )