Skip to content

Commit 5eb0236

Browse files
authored
PYTHON-3488 Handle More Failures from Running Latest Server on Unsupported Arch (#1094)
1 parent 9360831 commit 5eb0236

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.evergreen/config.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ tasks:
10891089
commands:
10901090
- func: "bootstrap mongo-orchestration"
10911091
vars:
1092-
VERSION: "latest"
1092+
VERSION: "5.0"
10931093
TOPOLOGY: "server"
10941094
- func: "run doctests"
10951095

@@ -1454,7 +1454,7 @@ tasks:
14541454
commands:
14551455
- func: "bootstrap mongo-orchestration"
14561456
vars:
1457-
VERSION: "latest"
1457+
VERSION: "5.0"
14581458
TOPOLOGY: "server"
14591459
- func: "run cdecimal tests"
14601460

@@ -2589,7 +2589,7 @@ buildvariants:
25892589
pyopenssl: "*"
25902590
display_name: "PyOpenSSL ${platform} ${python-version} ${auth}"
25912591
tasks:
2592-
- '.replica_set !.2.6 !.3.0'
2592+
- '.replica_set !.2.6 !.3.0 !.latest !.rapid !.6.0'
25932593
# Test standalone and sharded only on 5.0.
25942594
- '.5.0'
25952595

@@ -2602,7 +2602,7 @@ buildvariants:
26022602
pyopenssl: "*"
26032603
display_name: "PyOpenSSL ${platform} ${python-version} ${auth}"
26042604
tasks:
2605-
- '.replica_set !.2.6 !.3.0 !.3.2 !.3.4'
2605+
- '.replica_set !.2.6 !.3.0 !.3.2 !.3.4 !.latest !.rapid !.6.0'
26062606
# Test standalone and sharded only on 5.0.
26072607
- '.5.0'
26082608

@@ -2659,7 +2659,7 @@ buildvariants:
26592659
auth-ssl: noauth-nossl
26602660
encryption: "*"
26612661
display_name: "Encryption ${python-version} ${platform} ${auth-ssl}"
2662-
tasks: *rhel-encryption-server-versions
2662+
tasks: *aws-server-versions
26632663

26642664
- matrix_name: "tests-python-version-amazon1-without-c-extensions"
26652665
matrix_spec:
@@ -2712,7 +2712,6 @@ buildvariants:
27122712
compression: ["snappy"]
27132713
display_name: "${compression} ${c-extensions} ${python-version} ${platform}"
27142714
tasks:
2715-
- "test-latest-standalone"
27162715
- "test-5.0-standalone"
27172716
- "test-4.4-standalone"
27182717
- "test-4.2-standalone"
@@ -2876,7 +2875,7 @@ buildvariants:
28762875
python-version: "*"
28772876
then:
28782877
add_tasks:
2879-
- "test-latest-standalone"
2878+
- "test-5.0-standalone"
28802879
- "test-4.4-standalone"
28812880
- "test-4.2-standalone"
28822881
- "test-4.0-standalone"
@@ -2913,7 +2912,7 @@ buildvariants:
29132912
python-version: "2.7"
29142913
display_name: "Disable test commands ${python-version} ${platform}"
29152914
tasks:
2916-
- ".latest"
2915+
- ".5.0"
29172916

29182917
# setdefaultencoding tests on RHEL 6.2 (x86_64) with Python 2.7.
29192918
- matrix_name: "test-setdefaultencoding"
@@ -2923,7 +2922,7 @@ buildvariants:
29232922
python-version: "2.7"
29242923
display_name: "setdefaultencoding ${python-version} ${platform}"
29252924
tasks:
2926-
- "test-latest-standalone"
2925+
- "test-5.0-standalone"
29272926

29282927
- matrix_name: "test-linux-enterprise-auth"
29292928
matrix_spec:
@@ -3051,7 +3050,6 @@ buildvariants:
30513050
tasks:
30523051
# Versioned API was introduced in MongoDB 4.7
30533052
- "test-5.0-standalone"
3054-
- "test-latest-standalone"
30553053

30563054
- matrix_name: "ocsp-test"
30573055
matrix_spec:

0 commit comments

Comments
 (0)