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
46 changes: 24 additions & 22 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,19 +180,20 @@ tasks:
- func: "setup remote atlas"
- func: "execute tests"

- name: test-docarray-local
tags: [local]
commands:
- func: "fetch repo"
- func: "setup local atlas"
- func: "execute tests"

- name: test-docarray-remote
tags: [remote]
commands:
- func: "fetch repo"
- func: "setup remote atlas"
- func: "execute tests"
# TODO https://jira.mongodb.org/browse/INTPYTHON-640
# - name: test-docarray-local
# tags: [local]
# commands:
# - func: "fetch repo"
# - func: "setup local atlas"
# - func: "execute tests"
# TODO https://jira.mongodb.org/browse/INTPYTHON-640
# - name: test-docarray-remote
# tags: [remote]
# commands:
# - func: "fetch repo"
# - func: "setup remote atlas"
# - func: "execute tests"

- name: test-pymongo-voyageai-local
tags: [local]
Expand Down Expand Up @@ -329,15 +330,16 @@ buildvariants:
# - name: test-llama-index-remote
# batchtime: 10080 # 1 week

- name: test-docarray-rhel
display_name: DocArray RHEL
expansions:
DIR: docarray
run_on:
- rhel87-small
tasks:
- name: test-docarray-local
- name: test-docarray-remote
# TODO https://jira.mongodb.org/browse/INTPYTHON-640
# - name: test-docarray-rhel
# display_name: DocArray RHEL
# expansions:
# DIR: docarray
# run_on:
# - rhel87-small
# tasks:
# - name: test-docarray-local
# - name: test-docarray-remote

- name: test-pymongo-voyageai-rhel
display_name: PyMongo-VoyageAI RHEL
Expand Down