@@ -1149,13 +1149,6 @@ tasks:
1149
1149
vars :
1150
1150
FRAMEWORK : net472
1151
1151
1152
- - name : test-netstandard20
1153
- commands :
1154
- - func : bootstrap-mongo-orchestration
1155
- - func : run-tests
1156
- vars :
1157
- FRAMEWORK : netstandard20
1158
-
1159
1152
- name : test-netstandard21
1160
1153
commands :
1161
1154
- func : bootstrap-mongo-orchestration
@@ -1170,13 +1163,6 @@ tasks:
1170
1163
vars :
1171
1164
FRAMEWORK : net472
1172
1165
1173
- - name : test-csfle-with-mongocryptd-netstandard20
1174
- commands :
1175
- - func : bootstrap-mongo-orchestration
1176
- - func : run-csfle-with-mongocryptd-tests
1177
- vars :
1178
- FRAMEWORK : netstandard20
1179
-
1180
1166
- name : test-csfle-with-mongocryptd-netstandard21
1181
1167
commands :
1182
1168
- func : bootstrap-mongo-orchestration
@@ -1195,17 +1181,6 @@ tasks:
1195
1181
vars :
1196
1182
FRAMEWORK : net472
1197
1183
1198
- - name : test-csfle-with-mocked-kms-tls-netstandard20
1199
- commands :
1200
- - func : start-kms-mock-servers
1201
- - func : start-kms-mock-kmip-server
1202
- - func : start-kms-mock-gcp-server
1203
- - func : start-kms-mock-azure-imds-server
1204
- - func : bootstrap-mongo-orchestration
1205
- - func : run-csfle-with-mocked-kms-tests
1206
- vars :
1207
- FRAMEWORK : netstandard20
1208
-
1209
1184
- name : test-csfle-with-mocked-kms-tls-netstandard21
1210
1185
commands :
1211
1186
- func : start-kms-mock-servers
@@ -1217,17 +1192,6 @@ tasks:
1217
1192
vars :
1218
1193
FRAMEWORK : netstandard21
1219
1194
1220
- - name : test-load-balancer-netstandard20
1221
- commands :
1222
- - func : bootstrap-mongo-orchestration
1223
- vars :
1224
- LOAD_BALANCER : ' true'
1225
- - func : run-load-balancer
1226
- - func : run-load-balancer-tests
1227
- vars :
1228
- FRAMEWORK : netstandard20
1229
- - func : stop-load-balancer
1230
-
1231
1195
- name : test-load-balancer-netstandard21
1232
1196
commands :
1233
1197
- func : bootstrap-mongo-orchestration
@@ -1254,12 +1218,6 @@ tasks:
1254
1218
vars :
1255
1219
FRAMEWORK : net472
1256
1220
1257
- - name : test-gssapi-netstandard20
1258
- commands :
1259
- - func : run-gssapi-auth-tests
1260
- vars :
1261
- FRAMEWORK : netstandard20
1262
-
1263
1221
- name : test-gssapi-netstandard21
1264
1222
commands :
1265
1223
- func : run-gssapi-auth-tests
@@ -1298,16 +1256,6 @@ tasks:
1298
1256
FRAMEWORK : net472
1299
1257
REQUIRE_API_VERSION : true
1300
1258
1301
- - name : stable-api-tests-netstandard20
1302
- commands :
1303
- - func : bootstrap-mongo-orchestration
1304
- vars :
1305
- REQUIRE_API_VERSION : true
1306
- - func : run-tests
1307
- vars :
1308
- FRAMEWORK : netstandard20
1309
- REQUIRE_API_VERSION : true
1310
-
1311
1259
- name : stable-api-tests-netstandard21
1312
1260
commands :
1313
1261
- func : bootstrap-mongo-orchestration
@@ -2083,10 +2031,6 @@ axes:
2083
2031
display_name : net472
2084
2032
variables :
2085
2033
FRAMEWORK : net472
2086
- - id : " netstandard20"
2087
- display_name : netstandard20
2088
- variables :
2089
- FRAMEWORK : netstandard20
2090
2034
- id : " netstandard21"
2091
2035
display_name : netstandard21
2092
2036
variables :
@@ -2393,7 +2337,6 @@ buildvariants:
2393
2337
tags : ["tests-variant"]
2394
2338
tasks :
2395
2339
- name : test-net472
2396
- - name : test-netstandard20
2397
2340
- name : test-netstandard21
2398
2341
2399
2342
- matrix_name : " secure-tests-macOS"
@@ -2408,15 +2351,13 @@ buildvariants:
2408
2351
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
2409
2352
tags : ["tests-variant"]
2410
2353
tasks :
2411
- - name : test-netstandard20
2412
2354
- name : test-netstandard21
2413
2355
2414
2356
- matrix_name : " secure-tests-linux-2004"
2415
2357
matrix_spec : { version: ["7.0", "8.0", "rapid", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-2004" }
2416
2358
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
2417
2359
tags : ["tests-variant"]
2418
2360
tasks :
2419
- - name : test-netstandard20
2420
2361
- name : test-netstandard21
2421
2362
2422
2363
# Unsecure tests
@@ -2426,7 +2367,6 @@ buildvariants:
2426
2367
tags : ["tests-variant"]
2427
2368
tasks :
2428
2369
- name : test-net472
2429
- - name : test-netstandard20
2430
2370
- name : test-netstandard21
2431
2371
2432
2372
- matrix_name : " unsecure-tests-macOS"
@@ -2441,15 +2381,13 @@ buildvariants:
2441
2381
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
2442
2382
tags : ["tests-variant"]
2443
2383
tasks :
2444
- - name : test-netstandard20
2445
2384
- name : test-netstandard21
2446
2385
2447
2386
- matrix_name : " unsecure-tests-linux-2004"
2448
2387
matrix_spec : { version: ["7.0", "8.0", "rapid", "latest"], topology: "*", auth: "noauth", ssl: "nossl", os: "ubuntu-2004" }
2449
2388
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
2450
2389
tags : ["tests-variant"]
2451
2390
tasks :
2452
- - name : test-netstandard20
2453
2391
- name : test-netstandard21
2454
2392
2455
2393
# Compression tests
@@ -2459,7 +2397,6 @@ buildvariants:
2459
2397
tags : ["tests-variant"]
2460
2398
tasks :
2461
2399
- name : test-net472
2462
- - name : test-netstandard20
2463
2400
- name : test-netstandard21
2464
2401
2465
2402
- matrix_name : " tests-compression-macOS"
@@ -2474,15 +2411,13 @@ buildvariants:
2474
2411
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
2475
2412
tags : ["tests-variant"]
2476
2413
tasks :
2477
- - name : test-netstandard20
2478
2414
- name : test-netstandard21
2479
2415
2480
2416
- matrix_name : " tests-compression-linux-2004"
2481
2417
matrix_spec : { compressor: "*", auth: "noauth", ssl: "nossl", version: ["7.0", "8.0", "rapid", "latest"], topology: "standalone", os: "ubuntu-2004" }
2482
2418
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
2483
2419
tags : ["tests-variant"]
2484
2420
tasks :
2485
- - name : test-netstandard20
2486
2421
- name : test-netstandard21
2487
2422
2488
2423
# Auth tests
@@ -2546,42 +2481,38 @@ buildvariants:
2546
2481
display_name : " GSSAPI (Kerberos) Auth tests - Windows"
2547
2482
tasks :
2548
2483
- name : test-gssapi-net472
2549
- - name : test-gssapi-netstandard20
2550
2484
- name : test-gssapi-netstandard21
2551
2485
2552
2486
- name : gssapi-auth-tests-linux
2553
2487
run_on :
2554
2488
- ubuntu1804-test
2555
2489
display_name : " GSSAPI (Kerberos) Auth tests - Linux"
2556
2490
tasks :
2557
- - name : test-gssapi-netstandard20
2558
2491
- name : test-gssapi-netstandard21
2559
2492
2560
2493
# Load balancer tests
2561
2494
- matrix_name : load-balancer-tests
2562
2495
matrix_spec : { version: ["5.0", "6.0", "7.0", "8.0", "rapid", "latest"], auth: "noauth", ssl: "nossl", topology: "sharded-cluster", os: "ubuntu-2004" }
2563
2496
display_name : " Load Balancer ${version} ${auth} ${ssl} ${os}"
2564
2497
tasks :
2565
- - name : " test-load-balancer-netstandard20"
2566
2498
- name : " test-load-balancer-netstandard21"
2567
2499
2568
2500
- matrix_name : load-balancer-tests-secure
2569
2501
matrix_spec : { version: ["5.0", "6.0", "7.0", "8.0", "rapid", "latest"], auth: "auth", ssl: "ssl", topology: "sharded-cluster", os: "ubuntu-2004" }
2570
2502
display_name : " Load Balancer ${version} ${auth} ${ssl} ${os}"
2571
2503
tasks :
2572
- - name : " test-load-balancer-netstandard20"
2573
2504
- name : " test-load-balancer-netstandard21"
2574
2505
2575
2506
# Serverless tests
2576
2507
- matrix_name : serverless-tests-windows
2577
- matrix_spec : { auth: "auth", ssl: "ssl", compressor: "zlib", os: "windows-64", target_framework: ["net472", "netstandard20", " netstandard21"], serverless: "*" }
2508
+ matrix_spec : { auth: "auth", ssl: "ssl", compressor: "zlib", os: "windows-64", target_framework: ["net472", "netstandard21"], serverless: "*" }
2578
2509
display_name : " ${serverless} ${compressor} ${auth} ${ssl} ${os} ${target_framework}"
2579
2510
batchtime : 10080 # 7 days
2580
2511
tasks :
2581
2512
- name : serverless-task-group
2582
2513
2583
2514
- matrix_name : serverless-tests-ubuntu
2584
- matrix_spec : { auth: "auth", ssl: "ssl", compressor: "zlib", os: "ubuntu-2004", target_framework: ["netstandard20", " netstandard21"], serverless: "*" }
2515
+ matrix_spec : { auth: "auth", ssl: "ssl", compressor: "zlib", os: "ubuntu-2004", target_framework: ["netstandard21"], serverless: "*" }
2585
2516
display_name : " ${serverless} ${compressor} ${auth} ${ssl} ${os} ${target_framework}"
2586
2517
batchtime : 10080 # 7 days
2587
2518
tasks :
@@ -2638,28 +2569,22 @@ buildvariants:
2638
2569
display_name : " CSFLE Mocked KMS ${version} ${os}"
2639
2570
tasks :
2640
2571
- name : test-csfle-with-mocked-kms-tls-net472
2641
- - name : test-csfle-with-mocked-kms-tls-netstandard20
2642
2572
- name : test-csfle-with-mocked-kms-tls-netstandard21
2643
2573
- name : test-csfle-with-mongocryptd-net472
2644
- - name : test-csfle-with-mongocryptd-netstandard20
2645
2574
- name : test-csfle-with-mongocryptd-netstandard21
2646
2575
2647
2576
- matrix_name : " csfle-with-mocked-kms-tests-linux-1804"
2648
2577
matrix_spec : { os: "ubuntu-1804", ssl: "nossl", version: ["4.2", "4.4", "5.0", "6.0"], topology: ["replicaset"] }
2649
2578
display_name : " CSFLE Mocked KMS ${version} ${os}"
2650
2579
tasks :
2651
- - name : test-csfle-with-mocked-kms-tls-netstandard20
2652
2580
- name : test-csfle-with-mocked-kms-tls-netstandard21
2653
- - name : test-csfle-with-mongocryptd-netstandard20
2654
2581
- name : test-csfle-with-mongocryptd-netstandard21
2655
2582
2656
2583
- matrix_name : " csfle-with-mocked-kms-tests-linux-2004"
2657
2584
matrix_spec : { os: "ubuntu-2004", ssl: "nossl", version: ["7.0", "8.0", "rapid", "latest"], topology: ["replicaset"] }
2658
2585
display_name : " CSFLE Mocked KMS ${version} ${os}"
2659
2586
tasks :
2660
- - name : test-csfle-with-mocked-kms-tls-netstandard20
2661
2587
- name : test-csfle-with-mocked-kms-tls-netstandard21
2662
- - name : test-csfle-with-mongocryptd-netstandard20
2663
2588
- name : test-csfle-with-mongocryptd-netstandard21
2664
2589
2665
2590
- matrix_name : " csfle-with-mocked-kms-tests-macOS"
0 commit comments