Skip to content

Commit eff461d

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

File tree

5 files changed

+2
-169
lines changed

5 files changed

+2
-169
lines changed

.evergreen/config.yml

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

122-
- name: test-semantic-kernel-csharp-local
122+
- name: test-semantic-kernel-csharp
123123
tags: [local]
124124
commands:
125125
- func: "fetch repo"
126-
- func: "setup local atlas"
127-
- func: "execute tests"
128-
129-
- name: test-semantic-kernel-csharp-remote
130-
tags: [remote]
131-
commands:
132-
- func: "fetch repo"
133-
- func: "setup remote atlas"
134126
- func: "execute tests"
135127

136128
- name: test-langchain-python-local
@@ -270,8 +262,7 @@ buildvariants:
270262
run_on:
271263
- rhel87-small
272264
tasks:
273-
- name: test-semantic-kernel-csharp-local
274-
- name: test-semantic-kernel-csharp-remote
265+
- name: test-semantic-kernel-csharp
275266
batchtime: 10080 # 1 week
276267

277268
- name: test-langchain-python-rhel

semantic-kernel-csharp/config.env

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

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)