Skip to content

Commit 2144978

Browse files
committed
Add evergreen config.
1 parent a649733 commit 2144978

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.evergreen/config.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,20 @@ tasks:
153153
- func: "setup remote atlas"
154154
- func: "execute tests"
155155

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+
156170
- name: test-chatgpt-retrieval-plugin-local
157171
tags: [local]
158172
commands:
@@ -320,6 +334,17 @@ buildvariants:
320334
- name: test-langgraph-python-remote
321335
batchtime: 10080 # 1 week
322336

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+
323348
# TODO: INTPYTHON-668
324349
# - name: test-chatgpt-retrieval-plugin-rhel
325350
# display_name: ChatGPT Retrieval Plugin

0 commit comments

Comments
 (0)