@@ -37,7 +37,7 @@ functions:
37
37
working_dir : " src"
38
38
script : |
39
39
set -ex
40
-
40
+
41
41
git submodule update --init --recursive
42
42
43
43
" fetch egos " :
@@ -46,10 +46,10 @@ functions:
46
46
working_dir : " src"
47
47
script : |
48
48
set -ex
49
-
49
+
50
50
curl -sfLo egos https://raw.githubusercontent.com/p-mongo/egos/master/egos
51
51
chmod +x ./egos
52
-
52
+
53
53
" create expansions " :
54
54
# Make an evergreen exapanstion file with dynamic values
55
55
- command : shell.exec
@@ -89,7 +89,7 @@ functions:
89
89
export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
90
90
export PATH="$MONGODB_BINARIES:$PATH"
91
91
export PROJECT="${project}"
92
-
92
+
93
93
export MONGODB_VERSION=${VERSION}
94
94
export TOPOLOGY=${TOPOLOGY}
95
95
export SINGLE_MONGOS=${SINGLE_MONGOS}
@@ -565,9 +565,7 @@ buildvariants:
565
565
matrix_spec :
566
566
driver : current
567
567
ruby : " ruby-3.0"
568
- # 3.6 should be brought back when the following issue is fixed:
569
- # https://jira.mongodb.org/browse/MONGOID-5113
570
- # mongodb-version: ['3.6', '4.0', '4.2', '4.4']
568
+ mongodb-version : ['3.6', '4.0', '4.2', '4.4']
571
569
mongodb-version : ['4.0', '4.2', '4.4']
572
570
topology : ["replica-set", "sharded-cluster"]
573
571
display_name : " ${ruby}, ${driver}, ${mongodb-version}, ${topology}"
@@ -579,10 +577,7 @@ buildvariants:
579
577
matrix_spec :
580
578
driver : current
581
579
ruby : " ruby-2.7"
582
- # 3.6 should be brought back when the following issue is fixed:
583
- # https://jira.mongodb.org/browse/MONGOID-5113
584
- # mongodb-version: ['3.6', '4.0', '4.2', '4.4']
585
- mongodb-version : ['4.0', '4.2', '4.4']
580
+ mongodb-version : ['3.6', '4.0', '4.2', '4.4']
586
581
topology : ["replica-set", "sharded-cluster"]
587
582
display_name : " ${ruby}, ${driver}, ${mongodb-version}, ${topology}"
588
583
run_on :
0 commit comments