@@ -119,10 +119,18 @@ tasks:
119119 - func : " setup remote atlas"
120120 - func : " execute tests"
121121
122- - name : test-semantic-kernel-csharp
122+ - name : test-semantic-kernel-csharp-local
123123 tags : [local]
124124 commands :
125125 - func : " fetch repo"
126+ - func : " setup local atlas"
127+ - func : " execute tests"
128+
129+ - name : test-semantic-kernel-csharp-remote
130+ tags : [remote]
131+ commands :
132+ - func : " fetch repo"
133+ - func : " setup remote atlas"
126134 - func : " execute tests"
127135
128136 - name : test-langchain-python-local
@@ -153,6 +161,20 @@ tasks:
153161 - func : " setup remote atlas"
154162 - func : " execute tests"
155163
164+ - name : test-langgraph-store-python-local
165+ tags : [local]
166+ commands :
167+ - func : " fetch repo"
168+ - func : " setup local atlas"
169+ - func : " execute tests"
170+
171+ - name : test-langgraph-store-python-remote
172+ tags : [remote]
173+ commands :
174+ - func : " fetch repo"
175+ - func : " setup remote atlas"
176+ - func : " execute tests"
177+
156178 - name : test-chatgpt-retrieval-plugin-local
157179 tags : [local]
158180 commands :
@@ -265,6 +287,12 @@ tasks:
265287 params :
266288 file : src/langchain-js/langchainjs/libs/langchain-mongodb/results.xml
267289
290+ - name : test-n8n-js-local
291+ tags : [local]
292+ commands :
293+ - func : " fetch repo"
294+ - func : " execute tests"
295+
268296 - name : test-langchain-js-remote
269297 tags : [remote]
270298 commands :
@@ -289,6 +317,20 @@ tasks:
289317 - func : " setup remote atlas"
290318 - func : " execute tests"
291319
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+
292334buildvariants :
293335 - name : test-semantic-kernel-python-rhel
294336 display_name : Semantic-Kernel RHEL Python
@@ -311,8 +353,9 @@ buildvariants:
311353 run_on :
312354 - rhel87-small
313355 tasks :
314- - name : test-semantic-kernel-csharp
315- batchtime : 10080 # 1 week
356+ - name : test-semantic-kernel-csharp-local
357+ # - name: test-semantic-kernel-csharp-remote
358+ # batchtime: 10080 # 1 week
316359
317360 - name : test-langchain-python-rhel
318361 display_name : Langchain RHEL Python
@@ -338,6 +381,18 @@ buildvariants:
338381 - name : test-langgraph-python-remote
339382 batchtime : 10080 # 1 week
340383
384+ - name : test-langgraph-store-python-rhel
385+ display_name : Langgraph Store RHEL Python
386+ tags : [python]
387+ expansions :
388+ DIR : langgraph-store-python
389+ run_on :
390+ - rhel87-small
391+ tasks :
392+ - name : test-langgraph-store-python-local
393+ - name : test-langgraph-store-python-remote
394+ batchtime : 10080 # 1 week
395+
341396 # TODO: INTPYTHON-668
342397 # - name: test-chatgpt-retrieval-plugin-python-rhel
343398 # display_name: ChatGPT Retrieval Plugin
@@ -351,19 +406,18 @@ buildvariants:
351406 # - name: test-chatgpt-retrieval-plugin-remote
352407 # batchtime: 10080 # 1 week
353408
354- # TODO: INTPYTHON-669
355- # - name: test-llama-index-vectorstore-python-rhel
356- # display_name: LlamaIndex RHEL Vector Store
357- # tags: [python]
358- # expansions:
359- # DIR: llama-index-python-vectorstore
360- # run_on:
361- # - rhel87-small
362- # tasks:
363- # - name: test-llama-index-local
364- # # TODO: INTPYTHON-440
365- # # - name: test-llama-index-remote
366- # # batchtime: 10080 # 1 week
409+ - name : test-llama-index-vectorstore-python-rhel
410+ display_name : LlamaIndex RHEL Vector Store
411+ tags : [python]
412+ expansions :
413+ DIR : llama-index-python-vectorstore
414+ run_on :
415+ - rhel87-small
416+ tasks :
417+ - name : test-llama-index-local
418+ # TODO: INTPYTHON-440
419+ # - name: test-llama-index-remote
420+ # batchtime: 10080 # 1 week
367421
368422 - name : test-docarray-python-rhel
369423 display_name : DocArray RHEL
@@ -443,6 +497,16 @@ buildvariants:
443497 - name : test-langchain-js-local
444498 - name : test-langchain-js-remote
445499
500+ - name : test-n8n-javascript-ubuntu
501+ display_name : n8n Ubuntu2204
502+ tags : [javascript]
503+ expansions :
504+ DIR : n8n-js
505+ run_on :
506+ - ubuntu2204-small
507+ tasks :
508+ - name : test-n8n-js-local
509+
446510 - name : test-mem0-python-rhel
447511 display_name : mem0 RHEL Python
448512 tags : [python]
@@ -454,3 +518,14 @@ buildvariants:
454518 - name : test-mem0-python-local
455519 - name : test-mem0-python-remote
456520 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