Skip to content

Commit bdff6f6

Browse files
committed
INTPYTHON-879 Add community variant for langgraph-store
1 parent adb3f39 commit bdff6f6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.evergreen/config.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)