Skip to content

Commit f73e5b7

Browse files
committed
Renamed vectorsearch-utils to search-utils in repo, dir, variant,..
1 parent ed5a1bf commit f73e5b7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.evergreen/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -317,14 +317,14 @@ tasks:
317317
- func: "setup remote atlas"
318318
- func: "execute tests"
319319

320-
- name: test-pymongo-vectorsearch-utils-local
320+
- name: test-pymongo-search-utils-local
321321
tags: [local]
322322
commands:
323323
- func: "fetch repo"
324324
- func: "setup local atlas"
325325
- func: "execute tests"
326326

327-
- name: test-pymongo-vectorsearch-utils-remote
327+
- name: test-pymongo-search-utils-remote
328328
tags: [remote]
329329
commands:
330330
- func: "fetch repo"
@@ -519,13 +519,13 @@ buildvariants:
519519
- name: test-mem0-python-remote
520520
batchtime: 10080 # 1 week
521521

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
524524
tags: [python]
525525
expansions:
526-
DIR: pymongo-vectorsearch-utils
526+
DIR: pymongo-search-utils
527527
run_on:
528528
- rhel87-small
529529
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

.evergreen/setup-remote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ case $DIR in
5151
MONGODB_URI=$MEM0_URI
5252
;;
5353
pymongo-vectorsearch-utils)
54-
MONGODB_URI=$PYMONGO_VECTORSEARCH_UTILS_URI
54+
MONGODB_URI=$PYMONGO_SEARCH_UTILS_URI
5555
;;
5656
*)
5757
echo "Missing config in setup-remote.sh for DIR: $DIR"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
REPO_NAME=pymongo-vectorsearch-utils
1+
REPO_NAME=pymongo-search-utils
22
REPO_ORG=mongodb-labs
33
DATABASE="pymongo_search_utils_test"
File renamed without changes.

0 commit comments

Comments
 (0)