Skip to content
Merged
Changes from 2 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
29 changes: 14 additions & 15 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@ tasks:
- func: "execute tests"

buildvariants:
- name: test-llama-index-kvstore-rhel
# TODO - Maintainer has pushed back on this.
display_name: LlamaIndex RHEL KV Store
expansions:
DIR: llama-index-python-kvstore
REPO_NAME: llama_index
# TODO - Update CLONE_URL: [PYTHON-4522] [INTPYTHON-326]
CLONE_URL: -b PYTHON-4522 --single-branch https://github.com/shruti-sridhar/llama_index.git
DATABASE: llama_index_test_db
run_on:
- rhel87-small
tasks:
- name: test-llama-index
- name: test-semantic-kernel-python-rhel
display_name: Semantic-Kernel RHEL Python
expansions:
Expand Down Expand Up @@ -150,27 +163,13 @@ buildvariants:
expansions:
DIR: chatgpt-retrieval-plugin
REPO_NAME: chatgpt-retrieval-plugin
# TODO - Update CLONE_URL: [PYTHON-4291] [PYTHON-4129]
CLONE_URL: -b bugfix/broken-link-in-readme --single-branch https://github.com/caseyclements/chatgpt-retrieval-plugin.git
CLONE_URL: https://github.com/openai/chatgpt-retrieval-plugin.git
DATABASE: chatgpt_retrieval_plugin_test_db
run_on:
- rhel87-small
tasks:
- name: test-chatgpt-retrieval-plugin

- name: test-llama-index-kvstore-rhel
display_name: LlamaIndex RHEL KV Store
expansions:
DIR: llama-index-python-kvstore
REPO_NAME: llama_index
# TODO - Update CLONE_URL: [PYTHON-4522]
CLONE_URL: -b PYTHON-4522 --single-branch https://github.com/shruti-sridhar/llama_index.git
DATABASE: llama_index_test_db
run_on:
- rhel87-small
tasks:
- name: test-llama-index

- name: test-llama-index-vectorstore-rhel
display_name: LlamaIndex RHEL Vector Store
expansions:
Expand Down