Skip to content

Commit f5f24f2

Browse files
ci(NODE-4276): add rapid release target (#3398)
1 parent 335ee55 commit f5f24f2

File tree

2 files changed

+160
-106
lines changed

2 files changed

+160
-106
lines changed

.evergreen/config.yml

Lines changed: 118 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,32 +1355,6 @@ tasks:
13551355
AUTH: auth
13561356
COMPRESSOR: snappy
13571357
- func: run-compression-tests
1358-
- name: test-lambda-example
1359-
tags:
1360-
- latest
1361-
- lambda
1362-
commands:
1363-
- func: install dependencies
1364-
- func: bootstrap mongo-orchestration
1365-
vars:
1366-
VERSION: rapid
1367-
TOPOLOGY: server
1368-
- func: run lambda handler example tests
1369-
- name: test-lambda-aws-auth-example
1370-
tags:
1371-
- latest
1372-
- lambda
1373-
commands:
1374-
- func: install dependencies
1375-
- func: bootstrap mongo-orchestration
1376-
vars:
1377-
VERSION: rapid
1378-
AUTH: auth
1379-
ORCHESTRATION_FILE: auth-aws.json
1380-
TOPOLOGY: server
1381-
- func: add aws auth variables to file
1382-
- func: setup aws env
1383-
- func: run lambda handler example tests with aws auth
13841358
- name: test-tls-support-latest
13851359
tags:
13861360
- tls-support
@@ -2247,6 +2221,32 @@ tasks:
22472221
AUTH: noauth
22482222
- func: bootstrap kms servers
22492223
- func: run tests
2224+
- name: test-lambda-example
2225+
tags:
2226+
- latest
2227+
- lambda
2228+
commands:
2229+
- func: install dependencies
2230+
- func: bootstrap mongo-orchestration
2231+
vars:
2232+
VERSION: rapid
2233+
TOPOLOGY: server
2234+
- func: run lambda handler example tests
2235+
- name: test-lambda-aws-auth-example
2236+
tags:
2237+
- latest
2238+
- lambda
2239+
commands:
2240+
- func: install dependencies
2241+
- func: bootstrap mongo-orchestration
2242+
vars:
2243+
VERSION: rapid
2244+
AUTH: auth
2245+
ORCHESTRATION_FILE: auth-aws.json
2246+
TOPOLOGY: server
2247+
- func: add aws auth variables to file
2248+
- func: setup aws env
2249+
- func: run lambda handler example tests with aws auth
22502250
task_groups:
22512251
- name: serverless_task_group
22522252
setup_group_can_fail_task: true
@@ -2306,10 +2306,13 @@ buildvariants:
23062306
expansions:
23072307
NODE_LTS_NAME: erbium
23082308
CLIENT_ENCRYPTION: true
2309-
tasks: &ref_0
2309+
tasks:
23102310
- test-latest-server
23112311
- test-latest-replica_set
23122312
- test-latest-sharded_cluster
2313+
- test-rapid-server
2314+
- test-rapid-replica_set
2315+
- test-rapid-sharded_cluster
23132316
- test-6.0-server
23142317
- test-6.0-replica_set
23152318
- test-6.0-sharded_cluster
@@ -2351,7 +2354,48 @@ buildvariants:
23512354
expansions:
23522355
NODE_LTS_NAME: fermium
23532356
CLIENT_ENCRYPTION: true
2354-
tasks: *ref_0
2357+
tasks:
2358+
- test-latest-server
2359+
- test-latest-replica_set
2360+
- test-latest-sharded_cluster
2361+
- test-rapid-server
2362+
- test-rapid-replica_set
2363+
- test-rapid-sharded_cluster
2364+
- test-6.0-server
2365+
- test-6.0-replica_set
2366+
- test-6.0-sharded_cluster
2367+
- test-5.0-server
2368+
- test-5.0-replica_set
2369+
- test-5.0-sharded_cluster
2370+
- test-4.4-server
2371+
- test-4.4-replica_set
2372+
- test-4.4-sharded_cluster
2373+
- test-4.2-server
2374+
- test-4.2-replica_set
2375+
- test-4.2-sharded_cluster
2376+
- test-4.0-server
2377+
- test-4.0-replica_set
2378+
- test-4.0-sharded_cluster
2379+
- test-3.6-server
2380+
- test-3.6-replica_set
2381+
- test-3.6-sharded_cluster
2382+
- test-latest-server-v1-api
2383+
- test-atlas-connectivity
2384+
- test-atlas-data-lake
2385+
- test-5.0-load-balanced
2386+
- test-6.0-load-balanced
2387+
- test-latest-load-balanced
2388+
- test-auth-kerberos
2389+
- test-auth-ldap
2390+
- test-socks5
2391+
- test-socks5-tls
2392+
- test-zstd-compression
2393+
- test-snappy-compression
2394+
- test-tls-support-latest
2395+
- test-tls-support-6.0
2396+
- test-tls-support-5.0
2397+
- test-tls-support-4.4
2398+
- test-tls-support-4.2
23552399
- name: ubuntu-18.04-gallium
23562400
display_name: Ubuntu 18.04 Node Gallium
23572401
run_on: ubuntu1804-large
@@ -2362,6 +2406,9 @@ buildvariants:
23622406
- test-latest-server
23632407
- test-latest-replica_set
23642408
- test-latest-sharded_cluster
2409+
- test-rapid-server
2410+
- test-rapid-replica_set
2411+
- test-rapid-sharded_cluster
23652412
- test-6.0-server
23662413
- test-6.0-replica_set
23672414
- test-6.0-sharded_cluster
@@ -2401,10 +2448,13 @@ buildvariants:
24012448
expansions:
24022449
NODE_LTS_NAME: erbium
24032450
MSVS_VERSION: 2019
2404-
tasks: &ref_1
2451+
tasks:
24052452
- test-latest-server
24062453
- test-latest-replica_set
24072454
- test-latest-sharded_cluster
2455+
- test-rapid-server
2456+
- test-rapid-replica_set
2457+
- test-rapid-sharded_cluster
24082458
- test-6.0-server
24092459
- test-6.0-replica_set
24102460
- test-6.0-sharded_cluster
@@ -2440,7 +2490,42 @@ buildvariants:
24402490
expansions:
24412491
NODE_LTS_NAME: fermium
24422492
MSVS_VERSION: 2019
2443-
tasks: *ref_1
2493+
tasks:
2494+
- test-latest-server
2495+
- test-latest-replica_set
2496+
- test-latest-sharded_cluster
2497+
- test-rapid-server
2498+
- test-rapid-replica_set
2499+
- test-rapid-sharded_cluster
2500+
- test-6.0-server
2501+
- test-6.0-replica_set
2502+
- test-6.0-sharded_cluster
2503+
- test-5.0-server
2504+
- test-5.0-replica_set
2505+
- test-5.0-sharded_cluster
2506+
- test-4.4-server
2507+
- test-4.4-replica_set
2508+
- test-4.4-sharded_cluster
2509+
- test-4.2-server
2510+
- test-4.2-replica_set
2511+
- test-4.2-sharded_cluster
2512+
- test-4.0-server
2513+
- test-4.0-replica_set
2514+
- test-4.0-sharded_cluster
2515+
- test-3.6-server
2516+
- test-3.6-replica_set
2517+
- test-3.6-sharded_cluster
2518+
- test-latest-server-v1-api
2519+
- test-atlas-data-lake
2520+
- test-socks5
2521+
- test-socks5-tls
2522+
- test-zstd-compression
2523+
- test-snappy-compression
2524+
- test-tls-support-latest
2525+
- test-tls-support-6.0
2526+
- test-tls-support-5.0
2527+
- test-tls-support-4.4
2528+
- test-tls-support-4.2
24442529
- name: windows-64-vs2019-gallium
24452530
display_name: Windows (VS2019) Node Gallium
24462531
run_on: windows-64-vs2019-large
@@ -2451,6 +2536,9 @@ buildvariants:
24512536
- test-latest-server
24522537
- test-latest-replica_set
24532538
- test-latest-sharded_cluster
2539+
- test-rapid-server
2540+
- test-rapid-replica_set
2541+
- test-rapid-sharded_cluster
24542542
- test-6.0-server
24552543
- test-6.0-replica_set
24562544
- test-6.0-sharded_cluster

0 commit comments

Comments
 (0)