Skip to content

Commit 28e4f7d

Browse files
committed
add language tags to each buildvariant
1 parent f045cda commit 28e4f7d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.evergreen/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ tasks:
264264
buildvariants:
265265
- name: test-semantic-kernel-python-rhel
266266
display_name: Semantic-Kernel RHEL Python
267+
tags: [python]
267268
expansions:
268269
DIR: semantic-kernel-python
269270
run_on:
@@ -276,6 +277,7 @@ buildvariants:
276277

277278
- name: test-semantic-kernel-csharp-rhel
278279
display_name: Semantic-Kernel RHEL CSharp
280+
tags: [csharp]
279281
expansions:
280282
DIR: semantic-kernel-csharp
281283
run_on:
@@ -286,6 +288,7 @@ buildvariants:
286288

287289
- name: test-langchain-python-rhel
288290
display_name: Langchain RHEL Python
291+
tags: [python]
289292
expansions:
290293
DIR: langchain-python
291294
run_on:
@@ -297,6 +300,7 @@ buildvariants:
297300

298301
- name: test-langgraph-python-rhel
299302
display_name: Langgraph RHEL Python
303+
tags: [python]
300304
expansions:
301305
DIR: langgraph-python
302306
run_on:
@@ -308,6 +312,7 @@ buildvariants:
308312

309313
- name: test-chatgpt-retrieval-plugin-rhel
310314
display_name: ChatGPT Retrieval Plugin
315+
tags: [python]
311316
expansions:
312317
DIR: chatgpt-retrieval-plugin
313318
run_on:
@@ -319,6 +324,7 @@ buildvariants:
319324

320325
- name: test-llama-index-vectorstore-rhel
321326
display_name: LlamaIndex RHEL Vector Store
327+
tags: [python]
322328
expansions:
323329
DIR: llama-index-python-vectorstore
324330
run_on:
@@ -331,6 +337,7 @@ buildvariants:
331337

332338
- name: test-docarray-rhel
333339
display_name: DocArray RHEL
340+
tags: [python]
334341
expansions:
335342
DIR: docarray
336343
run_on:
@@ -341,6 +348,7 @@ buildvariants:
341348

342349
- name: test-pymongo-voyageai-rhel
343350
display_name: PyMongo-VoyageAI RHEL
351+
tags: [python]
344352
expansions:
345353
DIR: pymongo-voyageai
346354
run_on:
@@ -351,6 +359,7 @@ buildvariants:
351359

352360
- name: test-haystack-embeddings-rhel
353361
display_name: Haystack Embeddings RHEL
362+
tags: [python]
354363
expansions:
355364
DIR: haystack-embeddings
356365
run_on:
@@ -362,6 +371,7 @@ buildvariants:
362371

363372
- name: test-haystack-fulltext-rhel
364373
display_name: Haystack FullText RHEL
374+
tags: [python]
365375
expansions:
366376
DIR: haystack-fulltext
367377
run_on:
@@ -373,6 +383,7 @@ buildvariants:
373383

374384
- name: test-langchaingo-ubuntu
375385
display_name: LangchainGo Ubuntu2204
386+
tags: [golang]
376387
expansions:
377388
DIR: langchaingo-golang
378389
run_on:
@@ -382,6 +393,7 @@ buildvariants:
382393

383394
- name: test-langchain-js-ubuntu
384395
display_name: LangchainJS Ubuntu2204
396+
tags: [javascript]
385397
expansions:
386398
DIR: langchain-js
387399
run_on:

0 commit comments

Comments
 (0)