@@ -119,10 +119,18 @@ tasks:
119
119
- func : " setup remote atlas"
120
120
- func : " execute tests"
121
121
122
- - name : test-semantic-kernel-csharp
122
+ - name : test-semantic-kernel-csharp-local
123
123
tags : [local]
124
124
commands :
125
125
- 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"
126
134
- func : " execute tests"
127
135
128
136
- name : test-langchain-python-local
@@ -153,6 +161,20 @@ tasks:
153
161
- func : " setup remote atlas"
154
162
- func : " execute tests"
155
163
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
+
156
178
- name : test-chatgpt-retrieval-plugin-local
157
179
tags : [local]
158
180
commands :
@@ -265,6 +287,12 @@ tasks:
265
287
params :
266
288
file : src/langchain-js/langchainjs/libs/langchain-mongodb/results.xml
267
289
290
+ - name : test-n8n-js-local
291
+ tags : [local]
292
+ commands :
293
+ - func : " fetch repo"
294
+ - func : " execute tests"
295
+
268
296
- name : test-langchain-js-remote
269
297
tags : [remote]
270
298
commands :
@@ -289,6 +317,20 @@ tasks:
289
317
- func : " setup remote atlas"
290
318
- func : " execute tests"
291
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
+
292
334
buildvariants :
293
335
- name : test-semantic-kernel-python-rhel
294
336
display_name : Semantic-Kernel RHEL Python
@@ -311,8 +353,9 @@ buildvariants:
311
353
run_on :
312
354
- rhel87-small
313
355
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
316
359
317
360
- name : test-langchain-python-rhel
318
361
display_name : Langchain RHEL Python
@@ -338,6 +381,18 @@ buildvariants:
338
381
- name : test-langgraph-python-remote
339
382
batchtime : 10080 # 1 week
340
383
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
+
341
396
# TODO: INTPYTHON-668
342
397
# - name: test-chatgpt-retrieval-plugin-python-rhel
343
398
# display_name: ChatGPT Retrieval Plugin
@@ -351,19 +406,18 @@ buildvariants:
351
406
# - name: test-chatgpt-retrieval-plugin-remote
352
407
# batchtime: 10080 # 1 week
353
408
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
367
421
368
422
- name : test-docarray-python-rhel
369
423
display_name : DocArray RHEL
@@ -443,6 +497,16 @@ buildvariants:
443
497
- name : test-langchain-js-local
444
498
- name : test-langchain-js-remote
445
499
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
+
446
510
- name : test-mem0-python-rhel
447
511
display_name : mem0 RHEL Python
448
512
tags : [python]
@@ -454,3 +518,14 @@ buildvariants:
454
518
- name : test-mem0-python-local
455
519
- name : test-mem0-python-remote
456
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
0 commit comments