Skip to content

Commit 687e3ed

Browse files
committed
Add remote URI
1 parent 91357ff commit 687e3ed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ buildvariants:
520520
batchtime: 10080 # 1 week
521521

522522
- name: test-pymongo-vectorsearch-utils-python-rhel
523-
display_name: PyMongo-Vectorsearch Utils RHEL
523+
display_name: PyMongo Vectorsearch Utils RHEL
524524
tags: [python]
525525
expansions:
526526
DIR: pymongo-vectorsearch-utils

.evergreen/setup-remote.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ case $DIR in
5050
mem0-python)
5151
MONGODB_URI=$MEM0_URI
5252
;;
53+
pymongo-vectorsearch-utils)
54+
MONGODB_URI=$PYMONGO_VECTORSEARCH_UTILS_URI
55+
;;
5356
*)
5457
echo "Missing config in setup-remote.sh for DIR: $DIR"
5558
exit 1

0 commit comments

Comments
 (0)