File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,20 @@ tasks:
317
317
- func : " setup remote atlas"
318
318
- func : " execute tests"
319
319
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
+
320
334
buildvariants :
321
335
- name : test-semantic-kernel-python-rhel
322
336
display_name : Semantic-Kernel RHEL Python
@@ -504,3 +518,14 @@ buildvariants:
504
518
- name : test-mem0-python-local
505
519
- name : test-mem0-python-remote
506
520
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
You can’t perform that action at this time.
0 commit comments