File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,14 @@ tasks:
119
119
- func : " setup remote atlas"
120
120
- func : " execute tests"
121
121
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
123
130
tags : [remote]
124
131
commands :
125
132
- func : " fetch repo"
@@ -312,7 +319,8 @@ buildvariants:
312
319
run_on :
313
320
- rhel87-small
314
321
tasks :
315
- - name : test-semantic-kernel-csharp
322
+ - name : test-semantic-kernel-csharp-local
323
+ - name : test-semantic-kernel-csharp-remote
316
324
batchtime : 10080 # 1 week
317
325
318
326
- name : test-langchain-python-rhel
You can’t perform that action at this time.
0 commit comments