diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 73c38b4..3e23b5b 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -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" @@ -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 diff --git a/.evergreen/setup-remote.sh b/.evergreen/setup-remote.sh index 6398b84..408aa45 100644 --- a/.evergreen/setup-remote.sh +++ b/.evergreen/setup-remote.sh @@ -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" diff --git a/pymongo-search-utils/config.env b/pymongo-search-utils/config.env new file mode 100644 index 0000000..45512c8 --- /dev/null +++ b/pymongo-search-utils/config.env @@ -0,0 +1,3 @@ +REPO_NAME=pymongo-search-utils +REPO_ORG=mongodb-labs +DATABASE="pymongo_search_utils_test" diff --git a/pymongo-vectorsearch-utils/run.sh b/pymongo-search-utils/run.sh similarity index 100% rename from pymongo-vectorsearch-utils/run.sh rename to pymongo-search-utils/run.sh diff --git a/pymongo-vectorsearch-utils/config.env b/pymongo-vectorsearch-utils/config.env deleted file mode 100644 index a2e9b46..0000000 --- a/pymongo-vectorsearch-utils/config.env +++ /dev/null @@ -1,3 +0,0 @@ -REPO_NAME=pymongo-vectorsearch-utils -REPO_ORG=mongodb-labs -DATABASE="pymongo_vectorsearch_utils_test_db"