Skip to content

Commit 2425f8a

Browse files
committed
disable FLE & CSOT tests for rapid
1 parent ff8dfe3 commit 2425f8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ buildvariants:
12851285
- matrix_name: CSOT
12861286
matrix_spec:
12871287
ruby: "ruby-4.0"
1288-
mongodb-version: ["8.0", "rapid"]
1288+
mongodb-version: "8.0"
12891289
topology: replica-set-single-node
12901290
os: ubuntu2204
12911291
display_name: "CSOT - ${mongodb-version}"
@@ -1544,7 +1544,7 @@ buildvariants:
15441544
auth-and-ssl: "noauth-and-nossl"
15451545
ruby: ["ruby-4.0", "ruby-3.4", "ruby-3.3", "ruby-3.2", "ruby-3.1"]
15461546
topology: [replica-set, sharded-cluster]
1547-
mongodb-version: [ '6.0', '7.0', '8.0', 'rapid' ]
1547+
mongodb-version: [ '6.0', '7.0', '8.0' ]
15481548
os: ubuntu2204
15491549
fle: helper
15501550
display_name: "FLE: ${mongodb-version} ${topology} ${ruby}"

.evergreen/config/standard.yml.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ buildvariants:
151151
- matrix_name: CSOT
152152
matrix_spec:
153153
ruby: <%= latest_ruby %>
154-
mongodb-version: <%= stable_and_rapid %>
154+
mongodb-version: <%= latest_stable_mdb %>
155155
topology: replica-set-single-node
156156
os: ubuntu2204
157157
display_name: "CSOT - ${mongodb-version}"
@@ -350,7 +350,7 @@ buildvariants:
350350
auth-and-ssl: "noauth-and-nossl"
351351
ruby: <%= supported_mri_rubies_3_ubuntu %>
352352
topology: [replica-set, sharded-cluster]
353-
mongodb-version: [ '6.0', '7.0', '8.0', 'rapid' ]
353+
mongodb-version: [ '6.0', '7.0', '8.0' ]
354354
os: ubuntu2204
355355
fle: helper
356356
display_name: "FLE: ${mongodb-version} ${topology} ${ruby}"

0 commit comments

Comments
 (0)