Skip to content

Commit b2fc428

Browse files
committed
[benchmark] Match case of excluded scenario.
This change updates the case of the scenario excluded from OSS benchmarks to match the case generated by `scenario_config.py`. This is required because the mechanism used to exclude the scenario is case sensitive.
1 parent 3123d2a commit b2fc428

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tools/internal_ci/linux/grpc_e2e_performance_gke.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,9 @@ fi
214214
# displayed on the public dashboard. The test runs and passes on the 30-core
215215
# ("32core") node pool. This can be considered a permanent fix, selectively
216216
# removing an unnecessary test and allowing the test run to become green.
217+
# IMPORTANT: Scenario names are case-sensitive.
217218
declare -a disabledTests8core=(
218-
cpp_protobuf_async_client_unary_1channel_64wide_128breq_8mbresp_insecure
219+
cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure
219220
)
220221
declare -a disabledTests32core=()
221222

tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,9 @@ fi
209209
# displayed on the public dashboard. The test runs and passes on the 30-core
210210
# ("32core") node pool. This can be considered a permanent fix, selectively
211211
# removing an unnecessary test and allowing the test run to become green.
212+
# IMPORTANT: Scenario names are case-sensitive.
212213
declare -a disabledTests8core=(
213-
cpp_protobuf_async_client_unary_1channel_64wide_128breq_8mbresp_insecure
214+
cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure
214215
)
215216
declare -a disabledTests32core=()
216217

0 commit comments

Comments
 (0)