Skip to content

Commit f62cbb3

Browse files
authored
PHPC-1782 and PHPC-1877: Do not test MongoDB 5.0 on zseries and power8 (#1236)
* PHPC-1877: Do not test MongoDB 5.0+ on rhel71-power8 This also removes "latest" because it resolves to the last supported release (4.9-dev). * PHPC-1782: Do not test MongoDB 5.0+ on rhel74-zseries
1 parent 59d323b commit f62cbb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ axes:
10321032
- id: edge-versions
10331033
display_name: MongoDB Version
10341034
values:
1035+
# TODO: Exclude rhel74-zseries and rhel71-power8 in tests-php7 once latest-stable is bumped from 4.4 to 5.0
10351036
- id: "latest-stable"
10361037
display_name: "MongoDB 4.4"
10371038
variables:
@@ -1118,6 +1119,7 @@ buildvariants:
11181119
- matrix_name: "tests-php7"
11191120
matrix_spec: {"os-php7": "*", "edge-versions": "latest-stable", "php-versions": ["7.1","7.2","7.3"] }
11201121
exclude_spec:
1122+
# TODO: Exclude rhel74-zseries and rhel71-power8 once latest-stable is bumped from 4.4 to 5.0
11211123
- {"os-php7": "ubuntu1804-arm64-test", "edge-versions": "latest-stable", "php-versions": ["7.1","7.2"]}
11221124
display_name: "All: ${edge-versions}/${php-versions} — ${os-php7}"
11231125
tasks:
@@ -1151,6 +1153,7 @@ buildvariants:
11511153
- matrix_name: "mongo-php7"
11521154
matrix_spec: {"os-php7": "*", "versions": ["4.0", "4.2", "4.4", "5.0", "latest"], "php-versions": "7.3" }
11531155
exclude_spec:
1156+
- {"os-php7": "rhel71-power8", "versions": ["5.0", "latest"], "php-versions": "7.3"}
11541157
- {"os-php7": "rhel74-zseries", "versions": ["4.0", "4.2", "4.4", "5.0", "latest"], "php-versions": "7.3"}
11551158
- {"os-php7": "ubuntu1804-arm64-test", "versions": "4.0", "php-versions": "7.3"}
11561159
display_name: "${versions}/${php-versions} — ${os-php7}"
@@ -1164,6 +1167,8 @@ buildvariants:
11641167

11651168
- matrix_name: "mongo-php7-nossl"
11661169
matrix_spec: {"os-php7": "rhel74-zseries", "versions": ["4.2", "4.4", "5.0", "latest"], "php-versions": "7.3"}
1170+
exclude_spec:
1171+
- {"os-php7": "rhel74-zseries", "versions": ["5.0", "latest"], "php-versions": "7.3"}
11671172
display_name: "${versions}/${php-versions} — ${os-php7}"
11681173
tasks:
11691174
- name: "test-standalone"

0 commit comments

Comments
 (0)