Skip to content
Merged
Show file tree
Hide file tree
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
26 changes: 13 additions & 13 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ buildvariants:
expansions:
DIR: semantic-kernel-python
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-semantic-kernel-python-local
# TODO: INTPYTHON-430
Expand All @@ -351,7 +351,7 @@ buildvariants:
expansions:
DIR: semantic-kernel-csharp
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-semantic-kernel-csharp-local
# - name: test-semantic-kernel-csharp-remote
Expand All @@ -363,7 +363,7 @@ buildvariants:
expansions:
DIR: langchain-python
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-langchain-python-local
- name: test-langchain-python-remote
Expand All @@ -375,7 +375,7 @@ buildvariants:
expansions:
DIR: langgraph-python
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-langgraph-python-local
- name: test-langgraph-python-remote
Expand All @@ -387,7 +387,7 @@ buildvariants:
expansions:
DIR: langgraph-store-python
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-langgraph-store-python-local
- name: test-langgraph-store-python-remote
Expand All @@ -400,7 +400,7 @@ buildvariants:
# expansions:
# DIR: chatgpt-retrieval-plugin
# run_on:
# - rhel87-small
# - rhel8.9-small
# tasks:
# - name: test-chatgpt-retrieval-plugin-local
# - name: test-chatgpt-retrieval-plugin-remote
Expand All @@ -412,7 +412,7 @@ buildvariants:
expansions:
DIR: llama-index-python-vectorstore
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-llama-index-local
# TODO: INTPYTHON-440
Expand All @@ -425,7 +425,7 @@ buildvariants:
expansions:
DIR: docarray
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-docarray-local
- name: test-docarray-remote
Expand All @@ -436,7 +436,7 @@ buildvariants:
expansions:
DIR: pymongo-voyageai
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-pymongo-voyageai-local
- name: test-pymongo-voyageai-remote
Expand All @@ -458,7 +458,7 @@ buildvariants:
expansions:
DIR: haystack-embeddings
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-haystack-embeddings-local
# TODO: INTPYTHON-465
Expand All @@ -470,7 +470,7 @@ buildvariants:
expansions:
DIR: haystack-fulltext
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-haystack-fulltext-local
# TODO: INTPYTHON-465
Expand Down Expand Up @@ -513,7 +513,7 @@ buildvariants:
expansions:
DIR: mem0-python
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-mem0-python-local
- name: test-mem0-python-remote
Expand All @@ -525,7 +525,7 @@ buildvariants:
expansions:
DIR: pymongo-search-utils
run_on:
- rhel87-small
- rhel8.9-small
tasks:
- name: test-pymongo-search-utils-local
- name: test-pymongo-search-utils-remote
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Test execution flow is defined in `.evergreen/config.yml`. The test pipeline's c

- `DIR` -- The subdirectory where the tasks will run

- `run_on` -- Specified platform to run on. `rhel87-small` or `ubuntu2204-small` should be used by default. Any other distro may fail Atlas CLI setup.
- `run_on` -- Specified platform to run on. `rhel8.9-small` or `ubuntu2204-small` should be used by default. Any other distro may fail Atlas CLI setup.
- `tasks` -- Tasks to run. See below for more details
- `cron` -- The tests are run via a cron job on a nightly cadence. This can be modified by setting a different cadence. Cron jobs can be scheduled using [cron syntax](https://crontab.guru/#0_0_*_*_*)
- `tags` -- This should include the language where the AI/ML is run. i.e. `[python, csharp, golang, javascript]` Any tagged language will populate the
Expand Down