Skip to content

Commit 91357ff

Browse files
committed
Add to EVG config
1 parent 83a5faf commit 91357ff

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.evergreen/config.yml

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

320+
- name: test-pymongo-vectorsearch-utils-local
321+
tags: [local]
322+
commands:
323+
- func: "fetch repo"
324+
- func: "setup local atlas"
325+
- func: "execute tests"
326+
327+
- name: test-pymongo-vectorsearch-utils-remote
328+
tags: [remote]
329+
commands:
330+
- func: "fetch repo"
331+
- func: "setup remote atlas"
332+
- func: "execute tests"
333+
320334
buildvariants:
321335
- name: test-semantic-kernel-python-rhel
322336
display_name: Semantic-Kernel RHEL Python
@@ -504,3 +518,14 @@ buildvariants:
504518
- name: test-mem0-python-local
505519
- name: test-mem0-python-remote
506520
batchtime: 10080 # 1 week
521+
522+
- name: test-pymongo-vectorsearch-utils-python-rhel
523+
display_name: PyMongo-Vectorsearch Utils RHEL
524+
tags: [python]
525+
expansions:
526+
DIR: pymongo-vectorsearch-utils
527+
run_on:
528+
- rhel87-small
529+
tasks:
530+
- name: test-pymongo-vectorsearch-utils-local
531+
- name: test-pymongo-vectorsearch-utils-remote

0 commit comments

Comments
 (0)