Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,13 @@ tasks:
- func: "setup remote atlas"
- func: "execute tests"

- name: test-pymongo-search-utils-community
tags: [local]
commands:
- func: "fetch repo"
- func: "setup community atlas"
- func: "execute tests"

- name: test-self-community
tags: [local]
commands:
Expand Down Expand Up @@ -548,15 +555,16 @@ buildvariants:
- name: test-mem0-python-remote
batchtime: 10080 # 1 week

- name: test-pymongo-search-utils-python-rhel
display_name: PyMongo Search Utils RHEL
- name: test-pymongo-search-utils-python-ubuntu
display_name: PyMongo Search Utils Ubuntu
tags: [python]
expansions:
DIR: pymongo-search-utils
run_on:
- rhel8.9-small
- ubuntu2204-small
tasks:
- name: test-pymongo-search-utils-local
- name: test-pymongo-search-utils-community
- name: test-pymongo-search-utils-remote

- name: test-self-ubuntu
Expand Down