Skip to content

Commit e10bb95

Browse files
authored
Add comment why to remove tasks
1 parent 8d440af commit e10bb95

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

evergreen/evergreen.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ buildvariants:
23582358
- if: { version: "*", topology: "*", auth: "*", ssl: "*", os: "macos-14-arm64" }
23592359
then:
23602360
remove_tasks:
2361-
- test-netstandard21
2361+
- test-netstandard21 # Apple M1 (arm64) cannot load runtimes lower then .NET 6.
23622362

23632363
- matrix_name: "secure-tests-linux-1804"
23642364
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
@@ -2398,7 +2398,7 @@ buildvariants:
23982398
- if: { version: "*", topology: "*", auth: "*", ssl: "*", os: "macos-14-arm64" }
23992399
then:
24002400
remove_tasks:
2401-
- test-netstandard21
2401+
- test-netstandard21 # Apple M1 (arm64) cannot load runtimes lower then .NET 6.
24022402

24032403
- matrix_name: "unsecure-tests-linux-1804"
24042404
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0"], topology: "*", auth: "noauth", ssl: "nossl", os: "ubuntu-1804" }
@@ -2438,7 +2438,7 @@ buildvariants:
24382438
- if: { compressor : "*", auth: "*", ssl: "*", version: "*", topology: "*", os: "macos-14-arm64" }
24392439
then:
24402440
remove_tasks:
2441-
- test-netstandard21
2441+
- test-netstandard21 # Apple M1 (arm64) cannot load runtimes lower then .NET 6.
24422442

24432443
- matrix_name: "tests-compression-linux-1804"
24442444
matrix_spec: { compressor: "*", auth: "noauth", ssl: "nossl", version: ["4.2", "4.4", "5.0", "6.0"], topology: "standalone", os: "ubuntu-1804" }
@@ -2660,6 +2660,7 @@ buildvariants:
26602660
- if: { os: "macos-14-arm64", ssl: "*", version: "*", topology: "*" }
26612661
then:
26622662
remove_tasks:
2663+
# Apple M1 (arm64) cannot load runtimes lower then .NET 6.
26632664
- test-csfle-with-mocked-kms-tls-netstandard21
26642665
- test-csfle-with-mongocryptd-netstandard21
26652666

0 commit comments

Comments
 (0)