File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,13 @@ tasks:
188188 - func : " setup local atlas"
189189 - func : " execute tests"
190190
191+ - name : test-langgraph-store-python-community
192+ tags : [local]
193+ commands :
194+ - func : " fetch repo"
195+ - func : " setup community atlas"
196+ - func : " execute tests"
197+
191198 - name : test-langgraph-store-python-remote
192199 tags : [remote]
193200 commands :
@@ -417,15 +424,16 @@ buildvariants:
417424 - name : test-langgraph-python-remote
418425 batchtime : 10080 # 1 week
419426
420- - name : test-langgraph-store-python-rhel
421- display_name : Langgraph Store RHEL Python
427+ - name : test-langgraph-store-python-ubuntu
428+ display_name : Langgraph Store Ubuntu Python
422429 tags : [python]
423430 expansions :
424431 DIR : langgraph-store-python
425432 run_on :
426- - rhel8.9 -small
433+ - ubuntu2204 -small
427434 tasks :
428435 - name : test-langgraph-store-python-local
436+ - name : test-langgraph-store-python-community
429437 - name : test-langgraph-store-python-remote
430438 batchtime : 10080 # 1 week
431439
You can’t perform that action at this time.
0 commit comments