Skip to content

Commit a342dc6

Browse files
committed
Merge pull request #1051
2 parents 5de7c87 + 425d448 commit a342dc6

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.evergreen/config.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -653,10 +653,9 @@ axes:
653653
- id: rhel74-zseries
654654
display_name: "RHEL 7.4 zSeries"
655655
run_on: rhel72-zseries-test
656-
# Pending re-installation of PHP toolchain on ARM64 (see: PHPC-1372)
657-
# - id: ubuntu1604-arm64
658-
# display_name: "Ubuntu 16.04 ARM64"
659-
# run_on: ubuntu1604-arm64-large
656+
- id: ubuntu1804-arm64-test
657+
display_name: "Ubuntu 18.04 ARM64"
658+
run_on: ubuntu1804-arm64-test
660659
# Pending installation of PHP toolchain on macOS hosts (see: PHPC-869)
661660
# - id: macos-1014
662661
# display_name: "Mac OS 10.14"
@@ -702,6 +701,8 @@ buildvariants:
702701

703702
- matrix_name: "tests-php7"
704703
matrix_spec: {"os-php7": "*", "versions": "4.2", "php-versions": ["7.0","7.1","7.2","7.3"] }
704+
exclude_spec:
705+
- {"os-php7": "ubuntu1804-arm64-test", "versions": "4.2", "php-versions": ["7.0","7.1","7.2"]}
705706
display_name: "All: ${versions}/${php-versions} — ${os-php7}"
706707
tasks:
707708
- name: "test-standalone-ssl"
@@ -718,8 +719,10 @@ buildvariants:
718719

719720
- matrix_name: "mongo-30-php7"
720721
matrix_spec: {"os-php7": "*", "versions": ["3.0", "3.2", "3.4"], "php-versions": "7.3" }
721-
# Pending PHPC-1372, restore exclude_spec: {"os-php7": "ubuntu1604-arm64", "versions": ["3.0", "3.2"], "php-versions": "7.3"}
722-
exclude_spec: [ {"os-php7": "rhel71-power8", "versions": "3.0", "php-versions": "7.3"}, {"os-php7": "rhel74-zseries", "versions": ["3.0", "3.2"], "php-versions": "7.3"} ]
722+
exclude_spec:
723+
- {"os-php7": "ubuntu1804-arm64-test", "versions": ["3.0", "3.2", "3.4"], "php-versions": "7.3"}
724+
- {"os-php7": "rhel71-power8", "versions": "3.0", "php-versions": "7.3"}
725+
- {"os-php7": "rhel74-zseries", "versions": ["3.0", "3.2"], "php-versions": "7.3"}
723726
display_name: "${versions}/${php-versions} — ${os-php7}"
724727
tasks:
725728
- name: "test-standalone-old"
@@ -736,6 +739,8 @@ buildvariants:
736739

737740
- matrix_name: "mongo-36-php7"
738741
matrix_spec: {"os-php7": "*", "versions": ["3.6"], "php-versions": "7.3" }
742+
exclude_spec:
743+
- {"os-php7": "ubuntu1804-arm64-test", "versions": "3.6", "php-versions": "7.3"}
739744
display_name: "${versions}/${php-versions} — ${os-php7}"
740745
tasks:
741746
- name: "test-standalone"
@@ -759,7 +764,8 @@ buildvariants:
759764
- matrix_name: "mongo-40-php7"
760765
matrix_spec: {"os-php7": "*", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.3" }
761766
exclude_spec:
762-
- {"os-php7": "rhel74-zseries", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.3"}
767+
- {"os-php7": "rhel74-zseries", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.3"}
768+
- {"os-php7": "ubuntu1804-arm64-test", "versions": "4.0", "php-versions": "7.3"}
763769
display_name: "${versions}/${php-versions} — ${os-php7}"
764770
tasks:
765771
- name: "test-standalone"

0 commit comments

Comments
 (0)