@@ -38,6 +38,16 @@ functions:
38
38
39
39
git submodule update --init --recursive
40
40
41
+ " fetch egos " :
42
+ - command : shell.exec
43
+ params :
44
+ working_dir : " src"
45
+ script : |
46
+ set -ex
47
+
48
+ curl -sfLo egos https://raw.githubusercontent.com/p-mongo/egos/master/egos
49
+ chmod +x ./egos
50
+
41
51
" create expansions " :
42
52
# Make an evergreen exapanstion file with dynamic values
43
53
- command : shell.exec
@@ -272,8 +282,7 @@ functions:
272
282
DRIVER="${DRIVER}" \
273
283
I18N="${I18N}" \
274
284
TEST_I18N_FALLBACKS="${TEST_I18N_FALLBACKS}" \
275
- FLE="${FLE}" \
276
- .evergreen/run-tests-docker.sh
285
+ .evergreen/run-tests.sh
277
286
278
287
" fix absolute paths " :
279
288
- command : shell.exec
@@ -296,6 +305,7 @@ functions:
296
305
297
306
pre :
298
307
- func : " fetch source"
308
+ - func : " fetch egos"
299
309
- func : " create expansions"
300
310
- func : " fix absolute paths"
301
311
- func : " install dependencies"
@@ -432,24 +442,19 @@ axes:
432
442
- id : " os"
433
443
display_name : OS
434
444
values :
435
- - id : ubuntu-18.04
436
- display_name : " Ubuntu 18.04"
437
- run_on : ubuntu2004-small
438
- variables :
439
- DOCKER_DISTRO : ubuntu1804
440
445
- id : ubuntu-22.04
441
- display_name : " Ubuntu 20 .04"
442
- run_on : ubuntu2004 -small
446
+ display_name : " Ubuntu 22 .04"
447
+ run_on : ubuntu2204 -small
443
448
variables :
444
449
DOCKER_DISTRO : ubuntu2204
445
450
- id : debian11
446
451
display_name : " Debian 11"
447
- run_on : ubuntu2004 -small
452
+ run_on : debian11 -small
448
453
variables :
449
454
DOCKER_DISTRO : debian11
450
455
- id : rhel80
451
456
display_name : " RHEL 8.0"
452
- run_on : ubuntu2004 -small
457
+ run_on : rhel80 -small
453
458
variables :
454
459
DOCKER_DISTRO : rhel80
455
460
@@ -791,7 +796,7 @@ buildvariants:
791
796
topology : standalone
792
797
app-tests : yes
793
798
rails : ['6.0']
794
- os : ubuntu-18 .04
799
+ os : ubuntu-22 .04
795
800
display_name : " app tests ${driver}, ${jruby}"
796
801
tasks :
797
802
- name : " test"
0 commit comments