Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca committed Dec 27, 2024
1 parent 8d34959 commit f41d002
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/internal_ci/linux/grpc_e2e_performance_gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ if [[ -v "useLanguage[ruby]" ]]; then
fi

# Disable broken tests by regex.
# The test disabled here hangs on 8 cores. The result of this test is not
# displayed in the public dashboard. The test runs and passes on the 30-core
# ("32core") node pool. This can be considered a permanent fix, selectively
# removing an unnecessary test and allowing the test run to become green.
declare -a disabledTests8core=(
cpp_protobuf_async_client_unary_1channel_64wide_128breq_8mbresp_insecure
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ if [[ -v "useLanguage[ruby]" ]]; then
fi

# Disable broken tests by regex.
# The test disabled here hangs on 8 cores. The result of this test is not
# displayed in the public dashboard. The test runs and passes on the 30-core
# ("32core") node pool. This can be considered a permanent fix, selectively
# removing an unnecessary test and allowing the test run to become green.
declare -a disabledTests8core=(
cpp_protobuf_async_client_unary_1channel_64wide_128breq_8mbresp_insecure
)
Expand Down

0 comments on commit f41d002

Please sign in to comment.