Skip to content

Commit d8897fc

Browse files
authored
PYTHON-3066 Test against Apple silicon in Evergreen (mongodb#1180)
1 parent 30ebc1d commit d8897fc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.evergreen/config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,6 +2176,15 @@ axes:
21762176
skip_web_identity_auth_test: true
21772177
python3_binary: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3
21782178
libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/macos/master/latest/libmongocrypt.tar.gz
2179+
- id: macos-1100-arm64
2180+
display_name: "macOS 11.00 Arm64"
2181+
run_on: macos-1100-arm64
2182+
variables:
2183+
skip_EC2_auth_test: true
2184+
skip_ECS_auth_test: true
2185+
skip_web_identity_auth_test: true
2186+
python3_binary: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3
2187+
libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/macos/master/latest/libmongocrypt.tar.gz
21792188
- id: rhel62
21802189
display_name: "RHEL 6.2 (x86_64)"
21812190
run_on: rhel62-small
@@ -2639,6 +2648,18 @@ buildvariants:
26392648
- ".4.0"
26402649
- ".3.6"
26412650

2651+
- matrix_name: "test-macos-arm64"
2652+
matrix_spec:
2653+
platform:
2654+
- macos-1100-arm64
2655+
auth-ssl: "*"
2656+
display_name: "${platform} ${auth-ssl}"
2657+
tasks:
2658+
- ".latest"
2659+
- ".6.0"
2660+
- ".5.0"
2661+
- ".4.4"
2662+
26422663
- matrix_name: "test-macos-encryption"
26432664
matrix_spec:
26442665
platform:

0 commit comments

Comments
 (0)