@@ -2354,6 +2354,11 @@ buildvariants:
2354
2354
tasks :
2355
2355
- name : test-netstandard21
2356
2356
- name : test-net60
2357
+ rules :
2358
+ - if : { version: "*", topology: "*", auth: "*", ssl: "*", os: "macos-14-arm64" }
2359
+ then :
2360
+ remove_tasks :
2361
+ - test-netstandard21
2357
2362
2358
2363
- matrix_name : " secure-tests-linux-1804"
2359
2364
matrix_spec : { version: ["4.2", "4.4", "5.0", "6.0"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
@@ -2389,6 +2394,11 @@ buildvariants:
2389
2394
tasks :
2390
2395
- name : test-netstandard21
2391
2396
- name : test-net60
2397
+ rules :
2398
+ - if : { version: "*", topology: "*", auth: "*", ssl: "*", os: "macos-14-arm64" }
2399
+ then :
2400
+ remove_tasks :
2401
+ - test-netstandard21
2392
2402
2393
2403
- matrix_name : " unsecure-tests-linux-1804"
2394
2404
matrix_spec : { version: ["4.2", "4.4", "5.0", "6.0"], topology: "*", auth: "noauth", ssl: "nossl", os: "ubuntu-1804" }
@@ -2424,6 +2434,11 @@ buildvariants:
2424
2434
tasks :
2425
2435
- name : test-netstandard21
2426
2436
- name : test-net60
2437
+ rules :
2438
+ - if : { compressor : "*", auth: "*", ssl: "*", version: "*", topology: "*", os: "macos-14-arm64" }
2439
+ then :
2440
+ remove_tasks :
2441
+ - test-netstandard21
2427
2442
2428
2443
- matrix_name : " tests-compression-linux-1804"
2429
2444
matrix_spec : { compressor: "*", auth: "noauth", ssl: "nossl", version: ["4.2", "4.4", "5.0", "6.0"], topology: "standalone", os: "ubuntu-1804" }
@@ -2641,6 +2656,12 @@ buildvariants:
2641
2656
- name : test-csfle-with-mocked-kms-tls-net60
2642
2657
- name : test-csfle-with-mongocryptd-netstandard21
2643
2658
- name : test-csfle-with-mongocryptd-net60
2659
+ rules :
2660
+ - if : { os: "macos-14-arm64", ssl: "*", version: "*", topology: "*" }
2661
+ then :
2662
+ remove_tasks :
2663
+ - test-csfle-with-mocked-kms-tls-netstandard21
2664
+ - test-csfle-with-mongocryptd-netstandard21
2644
2665
2645
2666
- matrix_name : " csfle-with-azure-kms-tests-linux"
2646
2667
matrix_spec : { ssl: "nossl", os: "ubuntu-2004" }
0 commit comments