File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
pymongo-vectorsearch-utils Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -317,14 +317,14 @@ tasks:
317
317
- func : " setup remote atlas"
318
318
- func : " execute tests"
319
319
320
- - name : test-pymongo-vectorsearch -utils-local
320
+ - name : test-pymongo-search -utils-local
321
321
tags : [local]
322
322
commands :
323
323
- func : " fetch repo"
324
324
- func : " setup local atlas"
325
325
- func : " execute tests"
326
326
327
- - name : test-pymongo-vectorsearch -utils-remote
327
+ - name : test-pymongo-search -utils-remote
328
328
tags : [remote]
329
329
commands :
330
330
- func : " fetch repo"
@@ -519,13 +519,13 @@ buildvariants:
519
519
- name : test-mem0-python-remote
520
520
batchtime : 10080 # 1 week
521
521
522
- - name : test-pymongo-vectorsearch -utils-python-rhel
523
- display_name : PyMongo Vectorsearch Utils RHEL
522
+ - name : test-pymongo-search -utils-python-rhel
523
+ display_name : PyMongo Search Utils RHEL
524
524
tags : [python]
525
525
expansions :
526
- DIR : pymongo-vectorsearch -utils
526
+ DIR : pymongo-search -utils
527
527
run_on :
528
528
- rhel87-small
529
529
tasks :
530
- - name : test-pymongo-vectorsearch -utils-local
531
- - name : test-pymongo-vectorsearch -utils-remote
530
+ - name : test-pymongo-search -utils-local
531
+ - name : test-pymongo-search -utils-remote
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ case $DIR in
50
50
mem0-python)
51
51
MONGODB_URI=$MEM0_URI
52
52
;;
53
- pymongo-vectorsearch -utils)
54
- MONGODB_URI=$PYMONGO_VECTORSEARCH_UTILS_URI
53
+ pymongo-search -utils)
54
+ MONGODB_URI=$PYMONGO_SEARCH_UTILS_URI
55
55
;;
56
56
* )
57
57
echo " Missing config in setup-remote.sh for DIR: $DIR "
Original file line number Diff line number Diff line change
1
+ REPO_NAME = pymongo-search-utils
2
+ REPO_ORG = mongodb-labs
3
+ DATABASE = " pymongo_search_utils_test"
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments