Skip to content

Commit

Permalink
[benchmark] Add golang tests back to main CI job. (grpc#34370)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca authored Sep 17, 2023
1 parent 4cfa676 commit 0218f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/internal_ci/linux/grpc_e2e_performance_gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ configLangArgs32core+=( -l dotnet )
runnerLangArgs+=( -l "dotnet:${GRPC_DOTNET_REPO}:${GRPC_DOTNET_COMMIT}" )

# # go
# configLangArgs8core+=( -l go )
# configLangArgs32core+=( -l go )
# runnerLangArgs+=( -l "go:${GRPC_GO_REPO}:${GRPC_GO_COMMIT}" )
configLangArgs8core+=( -l go )
configLangArgs32core+=( -l go )
runnerLangArgs+=( -l "go:${GRPC_GO_REPO}:${GRPC_GO_COMMIT}" )

# java
configLangArgs8core+=( -l java )
Expand Down

0 comments on commit 0218f7d

Please sign in to comment.