Skip to content

Commit be6c437

Browse files
committed
fix pua_run_impl.sh
1 parent 856a964 commit be6c437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/teamcity/internal/cockroach/pua/pua_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dir="$(dirname $(dirname $(dirname $(dirname $(dirname "${0}")))))"
1212
source "$dir/teamcity-support.sh" # For $root
1313
source "$dir/teamcity-bazel-support.sh" # For run_bazel
1414
#
15-
BAZEL_SUPPORT_EXTRA_DOCKER_ARGS="-e LITERAL_ARTIFACTS_DIR=$root/artifacts -e GOOGLE_APPLICATION_CREDENTIALS_CONTENT -e GOOGLE_SERVICE_ACCOUNT -e PUA_CONFIG -e CRDB_VERSION -e CRDB_UPGRADE_VERSION -e DD_API_KEY -e DD_APP_KEY" \
15+
BAZEL_SUPPORT_EXTRA_DOCKER_ARGS="-e LITERAL_ARTIFACTS_DIR=$root/artifacts -e GOOGLE_APPLICATION_CREDENTIALS_CONTENT -e GOOGLE_SERVICE_ACCOUNT -e GOOGLE_PROJECT -e PUA_CONFIG -e CRDB_VERSION -e CRDB_UPGRADE_VERSION -e DD_API_KEY -e DD_APP_KEY" \
1616
run_bazel build/teamcity/internal/cockroach/pua/pua_run_impl.sh

build/teamcity/internal/cockroach/pua/pua_run_impl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ elif [[ "$config" == "multi_region" ]]; then
8888
CLUSTER=drt-pua-15
8989
WORKLOAD=workload-pua-15
9090
ZONE_NODE=3-4
91-
config_file="pkg/cmd/drtprod/configs/drt_pua_15.yaml"
91+
config_file="pkg/cmd/drtprod/configs/drt_pua_mr.yaml"
9292
else
9393
echo "Error: Invalid PUA_CONFIG value: '$config'. Must be 'single_region' or 'multi_region'." >&2
9494
exit 1

0 commit comments

Comments
 (0)