Skip to content

Commit 37fd945

Browse files
committed
remove unnecessary atlas setup for SK integration testing
1 parent 18ba43a commit 37fd945

File tree

5 files changed

+3
-171
lines changed

5 files changed

+3
-171
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,9 @@ tasks:
119119
- func: "setup remote atlas"
120120
- func: "execute tests"
121121

122-
- name: test-semantic-kernel-csharp-local
123-
tags: [local]
124-
commands:
125-
- func: "fetch repo"
126-
- func: "setup local atlas"
127-
- func: "execute tests"
128-
129-
- name: test-semantic-kernel-csharp-remote
130-
tags: [remote]
122+
- name: test-semantic-kernel-csharp
131123
commands:
132124
- func: "fetch repo"
133-
- func: "setup remote atlas"
134125
- func: "execute tests"
135126

136127
- name: test-langchain-python-local
@@ -270,8 +261,7 @@ buildvariants:
270261
run_on:
271262
- rhel87-small
272263
tasks:
273-
- name: test-semantic-kernel-csharp-local
274-
- name: test-semantic-kernel-csharp-remote
264+
- name: test-semantic-kernel-csharp
275265
batchtime: 10080 # 1 week
276266

277267
- name: test-langchain-python-rhel

semantic-kernel-csharp/config.env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
REPO_NAME=semantic-kernel
2-
REPO_ORG=microsoft
3-
DATABASE=dotnetMSKNearestTest
2+
REPO_ORG=microsoft

semantic-kernel-csharp/database/nearestSearch.json

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

semantic-kernel-csharp/indexes/nearestSearch_default.json

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

semantic-kernel-csharp/run.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
set -eu
44

5-
# Get the MONGODB_URI.
6-
SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")
7-
ROOT_DIR=$(dirname $SCRIPT_DIR)
8-
. $ROOT_DIR/env.sh
9-
10-
. $ROOT_DIR/.evergreen/utils.sh
11-
125
# WORKING_DIR = $ROOT_DIR/semantic-kernel-csharp/semantic-kernel
136

147
# Install .NET

0 commit comments

Comments
 (0)