Skip to content

Commit 69a829f

Browse files
committed
Local + remote C# tests
1 parent ac7b08b commit 69a829f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.evergreen/config.yml

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

122-
- name: test-semantic-kernel-csharp
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
123130
tags: [remote]
124131
commands:
125132
- func: "fetch repo"
@@ -312,7 +319,8 @@ buildvariants:
312319
run_on:
313320
- rhel87-small
314321
tasks:
315-
- name: test-semantic-kernel-csharp
322+
- name: test-semantic-kernel-csharp-local
323+
- name: test-semantic-kernel-csharp-remote
316324
batchtime: 10080 # 1 week
317325

318326
- name: test-langchain-python-rhel

0 commit comments

Comments
 (0)