Skip to content

Commit d0e1c48

Browse files
INTPYTHON 776 Setup remote pipeline for pymongo-search-utils (#103)
1 parent 5ac9061 commit d0e1c48

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ case $DIR in
5050
mem0-python)
5151
MONGODB_URI=$MEM0_URI
5252
;;
53-
pymongo-vectorsearch-utils)
54-
MONGODB_URI=$PYMONGO_VECTORSEARCH_UTILS_URI
53+
pymongo-search-utils)
54+
MONGODB_URI=$PYMONGO_SEARCH_UTILS_URI
5555
;;
5656
*)
5757
echo "Missing config in setup-remote.sh for DIR: $DIR"

pymongo-search-utils/config.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
REPO_NAME=pymongo-search-utils
2+
REPO_ORG=mongodb-labs
3+
DATABASE="pymongo_search_utils_test"
File renamed without changes.

pymongo-vectorsearch-utils/config.env

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)