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 @@ -153,6 +153,20 @@ tasks:
153
153
- func : " setup remote atlas"
154
154
- func : " execute tests"
155
155
156
+ - name : test-langgraph-store-python-local
157
+ tags : [local]
158
+ commands :
159
+ - func : " fetch repo"
160
+ - func : " setup local atlas"
161
+ - func : " execute tests"
162
+
163
+ - name : test-langgraph-store-python-remote
164
+ tags : [remote]
165
+ commands :
166
+ - func : " fetch repo"
167
+ - func : " setup remote atlas"
168
+ - func : " execute tests"
169
+
156
170
- name : test-chatgpt-retrieval-plugin-local
157
171
tags : [local]
158
172
commands :
@@ -320,6 +334,17 @@ buildvariants:
320
334
- name : test-langgraph-python-remote
321
335
batchtime : 10080 # 1 week
322
336
337
+ - name : test-langgraph-store-python-rhel
338
+ display_name : Langgraph Store RHEL Python
339
+ expansions :
340
+ DIR : langgraph-store-python
341
+ run_on :
342
+ - rhel87-small
343
+ tasks :
344
+ - name : test-langgraph-store-python-local
345
+ - name : test-langgraph-store-python-remote
346
+ batchtime : 10080 # 1 week
347
+
323
348
# TODO: INTPYTHON-668
324
349
# - name: test-chatgpt-retrieval-plugin-rhel
325
350
# display_name: ChatGPT Retrieval Plugin
You can’t perform that action at this time.
0 commit comments