Skip to content

Commit

Permalink
Enable LB experiment (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q authored Nov 7, 2024
1 parent 6c739ee commit 3da22b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run-bfb-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ declare QDRANT_HOSTS=()
QDRANT_API_KEY=${QDRANT_API_KEY:-""}
QDRANT_CLUSTER_URL=${QDRANT_CLUSTER_URL:-""}
QC_NAME=${QC_NAME:-""}
if [ "$QC_NAME" == "experiment" ]; then
if [ "$QC_NAME" == "qdrant-chaos-testing-three" ]; then
QDRANT_HOSTS=( "node-0-${QDRANT_CLUSTER_URL}" "node-1-${QDRANT_CLUSTER_URL}" )
else
QDRANT_HOSTS+=("${QDRANT_CLUSTER_URL}")
Expand Down

0 comments on commit 3da22b2

Please sign in to comment.