Skip to content

Commit 5bafcfa

Browse files
INTPYTHON-300 [AI-ML] Update to how we test new features (#44)
1 parent ef35dcf commit 5bafcfa

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

.evergreen/config.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,19 @@ tasks:
109109
- func: "execute tests"
110110

111111
buildvariants:
112+
- name: test-llama-index-kvstore-rhel
113+
# TODO - Maintainer has pushed back on this.
114+
display_name: LlamaIndex RHEL KV Store
115+
expansions:
116+
DIR: llama-index-python-kvstore
117+
REPO_NAME: llama_index
118+
# TODO - Update CLONE_URL: [PYTHON-4522] [INTPYTHON-326]
119+
CLONE_URL: -b PYTHON-4522 --single-branch https://github.com/shruti-sridhar/llama_index.git
120+
DATABASE: llama_index_test_db
121+
run_on:
122+
- rhel87-small
123+
tasks:
124+
- name: test-llama-index
112125
- name: test-semantic-kernel-python-rhel
113126
display_name: Semantic-Kernel RHEL Python
114127
expansions:
@@ -150,27 +163,13 @@ buildvariants:
150163
expansions:
151164
DIR: chatgpt-retrieval-plugin
152165
REPO_NAME: chatgpt-retrieval-plugin
153-
# TODO - Update CLONE_URL: [PYTHON-4291] [PYTHON-4129]
154-
CLONE_URL: -b bugfix/broken-link-in-readme --single-branch https://github.com/caseyclements/chatgpt-retrieval-plugin.git
166+
CLONE_URL: https://github.com/openai/chatgpt-retrieval-plugin.git
155167
DATABASE: chatgpt_retrieval_plugin_test_db
156168
run_on:
157169
- rhel87-small
158170
tasks:
159171
- name: test-chatgpt-retrieval-plugin
160172

161-
- name: test-llama-index-kvstore-rhel
162-
display_name: LlamaIndex RHEL KV Store
163-
expansions:
164-
DIR: llama-index-python-kvstore
165-
REPO_NAME: llama_index
166-
# TODO - Update CLONE_URL: [PYTHON-4522]
167-
CLONE_URL: -b PYTHON-4522 --single-branch https://github.com/shruti-sridhar/llama_index.git
168-
DATABASE: llama_index_test_db
169-
run_on:
170-
- rhel87-small
171-
tasks:
172-
- name: test-llama-index
173-
174173
- name: test-llama-index-vectorstore-rhel
175174
display_name: LlamaIndex RHEL Vector Store
176175
expansions:

chatgpt-retrieval-plugin/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $PYTHON_BINARY -m poetry install --with dev
2424
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
2525
# shellcheck disable=SC2154
2626
OPENAI_API_KEY=$openai_api_key \
27-
DATASTORE="mongodb-atlas" \
27+
DATASTORE="mongodb" \
2828
BEARER_TOKEN="staylowandkeepmoving" \
2929
MONGODB_URI=$chatgpt_retrieval_plugin_mongodb_uri \
3030
MONGODB_DATABASE="chatgpt_retrieval_plugin_test_db" \

0 commit comments

Comments
 (0)