|
37 | 37 | actual_and_upcoming_mdb = %w( latest 8.0 7.0 ) |
38 | 38 |
|
39 | 39 | recent_mdb = %w( 8.0 7.0 ) |
40 | | - latest_5x_mdb = "5.3".inspect # so it gets quoted as a string |
41 | 40 |
|
42 | | - all_dbs = %w(latest 8.0 7.0 6.0 5.3 5.0 4.4 4.2 4.0 3.6) |
| 41 | + all_dbs = %w(latest 8.0 7.0 6.0 5.0 4.4 4.2 4.0 3.6) |
43 | 42 | %> |
44 | 43 |
|
45 | 44 | buildvariants: |
@@ -87,7 +86,7 @@ buildvariants: |
87 | 86 | - matrix_name: "mongo-5.x" |
88 | 87 | matrix_spec: |
89 | 88 | ruby: <%= recent_rubies %> |
90 | | - mongodb-version: ['5.3'] |
| 89 | + mongodb-version: ['5.0'] |
91 | 90 | topology: <%= topologies %> |
92 | 91 | os: ubuntu1804 |
93 | 92 | display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}" |
@@ -248,15 +247,10 @@ buildvariants: |
248 | 247 | - matrix_name: "x509-tests" |
249 | 248 | matrix_spec: |
250 | 249 | auth-and-ssl: "x509" |
251 | | - ruby: 'ruby-3.1' |
252 | | - # needs the latest_5x_mdb because run-tests.sh uses `mongo` to configure |
253 | | - # the server for certain auth mechanisms. Once run-tests.sh is made smart |
254 | | - # enough to install mongosh, and then use either mongo or mongosh |
255 | | - # (depending on server version and what's available), we can bump this to |
256 | | - # the latest stable db version. |
257 | | - mongodb-version: <%= latest_5x_mdb %> |
| 250 | + ruby: <%= latest_ruby %> |
| 251 | + mongodb-version: <%= latest_stable_mdb %> |
258 | 252 | topology: standalone |
259 | | - os: ubuntu1804 |
| 253 | + os: ubuntu2204 |
260 | 254 | display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}" |
261 | 255 | tasks: |
262 | 256 | - name: "test-mlaunch" |
@@ -390,13 +384,8 @@ buildvariants: |
390 | 384 | auth-and-ssl: [ aws-regular, aws-assume-role, aws-ecs, aws-web-identity ] |
391 | 385 | ruby: <%= latest_ruby %> |
392 | 386 | topology: standalone |
393 | | - # needs the latest_5x_mdb because run-tests.sh uses `mongo` to configure |
394 | | - # the server for certain auth mechanisms. Once run-tests.sh is made smart |
395 | | - # enough to install mongosh, and then use either mongo or mongosh |
396 | | - # (depending on server version and what's available), we can bump this to |
397 | | - # the latest stable db version. |
398 | | - mongodb-version: <%= latest_5x_mdb %> |
399 | | - os: ubuntu1804 |
| 387 | + mongodb-version: <%= latest_stable_mdb %> |
| 388 | + os: ubuntu2204 |
400 | 389 | display_name: "AWS ${auth-and-ssl} ${mongodb-version} ${ruby}" |
401 | 390 | tasks: |
402 | 391 | - name: "test-aws-auth" |
|
0 commit comments