Skip to content

Commit 8425ede

Browse files
authored
INTPYTHON-326 Remove llama-index-kvstore from pipeline (#60)
1 parent c1ba17a commit 8425ede

File tree

5 files changed

+0
-60
lines changed

5 files changed

+0
-60
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -212,18 +212,6 @@ tasks:
212212
- func: "execute tests"
213213

214214
buildvariants:
215-
- name: test-llama-index-kvstore-rhel
216-
# TODO - Maintainer has pushed back on this.
217-
display_name: LlamaIndex RHEL KV Store
218-
expansions:
219-
DIR: llama-index-python-kvstore
220-
run_on:
221-
- rhel87-small
222-
tasks:
223-
- name: test-llama-index-local
224-
- name: test-llama-index-remote
225-
batchtime: 10080 # 1 week
226-
227215
- name: test-semantic-kernel-python-rhel
228216
display_name: Semantic-Kernel RHEL Python
229217
expansions:

.evergreen/setup-remote.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ popd
1717

1818
# Get the correct remote URI.
1919
case $DIR in
20-
llama-index-python-kvstore)
21-
MONGODB_URI=$LLAMA_INDEX_MONGODB_URI
22-
;;
2320
semantic-kernel-python)
2421
MONGODB_URI=$SEMANTIC_KERNEL_MONGODB_URI
2522
;;

llama-index-python-kvstore/config.env

Lines changed: 0 additions & 4 deletions
This file was deleted.

llama-index-python-kvstore/database/llama_index_test_kvstore.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

llama-index-python-kvstore/run.sh

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)