Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,14 +317,14 @@ tasks:
- func: "setup remote atlas"
- func: "execute tests"

- name: test-pymongo-vectorsearch-utils-local
- name: test-pymongo-search-utils-local
tags: [local]
commands:
- func: "fetch repo"
- func: "setup local atlas"
- func: "execute tests"

- name: test-pymongo-vectorsearch-utils-remote
- name: test-pymongo-search-utils-remote
tags: [remote]
commands:
- func: "fetch repo"
Expand Down Expand Up @@ -519,13 +519,13 @@ buildvariants:
- name: test-mem0-python-remote
batchtime: 10080 # 1 week

- name: test-pymongo-vectorsearch-utils-python-rhel
display_name: PyMongo Vectorsearch Utils RHEL
- name: test-pymongo-search-utils-python-rhel
display_name: PyMongo Search Utils RHEL
tags: [python]
expansions:
DIR: pymongo-vectorsearch-utils
DIR: pymongo-search-utils
run_on:
- rhel87-small
tasks:
- name: test-pymongo-vectorsearch-utils-local
- name: test-pymongo-vectorsearch-utils-remote
- name: test-pymongo-search-utils-local
- name: test-pymongo-search-utils-remote
4 changes: 2 additions & 2 deletions .evergreen/setup-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ case $DIR in
mem0-python)
MONGODB_URI=$MEM0_URI
;;
pymongo-vectorsearch-utils)
MONGODB_URI=$PYMONGO_VECTORSEARCH_UTILS_URI
pymongo-search-utils)
MONGODB_URI=$PYMONGO_SEARCH_UTILS_URI
;;
*)
echo "Missing config in setup-remote.sh for DIR: $DIR"
Expand Down
3 changes: 3 additions & 0 deletions pymongo-search-utils/config.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
REPO_NAME=pymongo-search-utils
REPO_ORG=mongodb-labs
DATABASE="pymongo_search_utils_test"
File renamed without changes.
3 changes: 0 additions & 3 deletions pymongo-vectorsearch-utils/config.env

This file was deleted.