We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91357ff commit 687e3edCopy full SHA for 687e3ed
.evergreen/config.yml
@@ -520,7 +520,7 @@ buildvariants:
520
batchtime: 10080 # 1 week
521
522
- name: test-pymongo-vectorsearch-utils-python-rhel
523
- display_name: PyMongo-Vectorsearch Utils RHEL
+ display_name: PyMongo Vectorsearch Utils RHEL
524
tags: [python]
525
expansions:
526
DIR: pymongo-vectorsearch-utils
.evergreen/setup-remote.sh
@@ -50,6 +50,9 @@ case $DIR in
50
mem0-python)
51
MONGODB_URI=$MEM0_URI
52
;;
53
+ pymongo-vectorsearch-utils)
54
+ MONGODB_URI=$PYMONGO_VECTORSEARCH_UTILS_URI
55
+ ;;
56
*)
57
echo "Missing config in setup-remote.sh for DIR: $DIR"
58
exit 1
0 commit comments