Skip to content

Commit 888ccca

Browse files
authored
INTPYTHON-781 Switch to RHEL 8.9 (#104)
1 parent d0e1c48 commit 888ccca

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.evergreen/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ buildvariants:
338338
expansions:
339339
DIR: semantic-kernel-python
340340
run_on:
341-
- rhel87-small
341+
- rhel8.9-small
342342
tasks:
343343
- name: test-semantic-kernel-python-local
344344
# TODO: INTPYTHON-430
@@ -351,7 +351,7 @@ buildvariants:
351351
expansions:
352352
DIR: semantic-kernel-csharp
353353
run_on:
354-
- rhel87-small
354+
- rhel8.9-small
355355
tasks:
356356
- name: test-semantic-kernel-csharp-local
357357
# - name: test-semantic-kernel-csharp-remote
@@ -363,7 +363,7 @@ buildvariants:
363363
expansions:
364364
DIR: langchain-python
365365
run_on:
366-
- rhel87-small
366+
- rhel8.9-small
367367
tasks:
368368
- name: test-langchain-python-local
369369
- name: test-langchain-python-remote
@@ -375,7 +375,7 @@ buildvariants:
375375
expansions:
376376
DIR: langgraph-python
377377
run_on:
378-
- rhel87-small
378+
- rhel8.9-small
379379
tasks:
380380
- name: test-langgraph-python-local
381381
- name: test-langgraph-python-remote
@@ -387,7 +387,7 @@ buildvariants:
387387
expansions:
388388
DIR: langgraph-store-python
389389
run_on:
390-
- rhel87-small
390+
- rhel8.9-small
391391
tasks:
392392
- name: test-langgraph-store-python-local
393393
- name: test-langgraph-store-python-remote
@@ -400,7 +400,7 @@ buildvariants:
400400
# expansions:
401401
# DIR: chatgpt-retrieval-plugin
402402
# run_on:
403-
# - rhel87-small
403+
# - rhel8.9-small
404404
# tasks:
405405
# - name: test-chatgpt-retrieval-plugin-local
406406
# - name: test-chatgpt-retrieval-plugin-remote
@@ -412,7 +412,7 @@ buildvariants:
412412
expansions:
413413
DIR: llama-index-python-vectorstore
414414
run_on:
415-
- rhel87-small
415+
- rhel8.9-small
416416
tasks:
417417
- name: test-llama-index-local
418418
# TODO: INTPYTHON-440
@@ -425,7 +425,7 @@ buildvariants:
425425
expansions:
426426
DIR: docarray
427427
run_on:
428-
- rhel87-small
428+
- rhel8.9-small
429429
tasks:
430430
- name: test-docarray-local
431431
- name: test-docarray-remote
@@ -436,7 +436,7 @@ buildvariants:
436436
expansions:
437437
DIR: pymongo-voyageai
438438
run_on:
439-
- rhel87-small
439+
- rhel8.9-small
440440
tasks:
441441
- name: test-pymongo-voyageai-local
442442
- name: test-pymongo-voyageai-remote
@@ -458,7 +458,7 @@ buildvariants:
458458
expansions:
459459
DIR: haystack-embeddings
460460
run_on:
461-
- rhel87-small
461+
- rhel8.9-small
462462
tasks:
463463
- name: test-haystack-embeddings-local
464464
# TODO: INTPYTHON-465
@@ -470,7 +470,7 @@ buildvariants:
470470
expansions:
471471
DIR: haystack-fulltext
472472
run_on:
473-
- rhel87-small
473+
- rhel8.9-small
474474
tasks:
475475
- name: test-haystack-fulltext-local
476476
# TODO: INTPYTHON-465
@@ -513,7 +513,7 @@ buildvariants:
513513
expansions:
514514
DIR: mem0-python
515515
run_on:
516-
- rhel87-small
516+
- rhel8.9-small
517517
tasks:
518518
- name: test-mem0-python-local
519519
- name: test-mem0-python-remote
@@ -525,7 +525,7 @@ buildvariants:
525525
expansions:
526526
DIR: pymongo-search-utils
527527
run_on:
528-
- rhel87-small
528+
- rhel8.9-small
529529
tasks:
530530
- name: test-pymongo-search-utils-local
531531
- name: test-pymongo-search-utils-remote

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Test execution flow is defined in `.evergreen/config.yml`. The test pipeline's c
107107

108108
- `DIR` -- The subdirectory where the tasks will run
109109

110-
- `run_on` -- Specified platform to run on. `rhel87-small` or `ubuntu2204-small` should be used by default. Any other distro may fail Atlas CLI setup.
110+
- `run_on` -- Specified platform to run on. `rhel8.9-small` or `ubuntu2204-small` should be used by default. Any other distro may fail Atlas CLI setup.
111111
- `tasks` -- Tasks to run. See below for more details
112112
- `cron` -- The tests are run via a cron job on a nightly cadence. This can be modified by setting a different cadence. Cron jobs can be scheduled using [cron syntax](https://crontab.guru/#0_0_*_*_*)
113113
- `tags` -- This should include the language where the AI/ML is run. i.e. `[python, csharp, golang, javascript]` Any tagged language will populate the

0 commit comments

Comments
 (0)