@@ -109,6 +109,19 @@ tasks:
109
109
- func : " execute tests"
110
110
111
111
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
112
125
- name : test-semantic-kernel-python-rhel
113
126
display_name : Semantic-Kernel RHEL Python
114
127
expansions :
@@ -150,27 +163,13 @@ buildvariants:
150
163
expansions :
151
164
DIR : chatgpt-retrieval-plugin
152
165
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
155
167
DATABASE : chatgpt_retrieval_plugin_test_db
156
168
run_on :
157
169
- rhel87-small
158
170
tasks :
159
171
- name : test-chatgpt-retrieval-plugin
160
172
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
-
174
173
- name : test-llama-index-vectorstore-rhel
175
174
display_name : LlamaIndex RHEL Vector Store
176
175
expansions :
0 commit comments