@@ -638,10 +638,10 @@ axes:
638
638
- id : rhel74-zseries
639
639
display_name : " RHEL 7.4 zSeries"
640
640
run_on : rhel72-zseries-test
641
- # Pending re-installation of PHP toolchain on ARM64 (see: BUILD-8395 )
642
- # - id: ubuntu1604-arm64
643
- # display_name: "Ubuntu 16.04 ARM64"
644
- # run_on: ubuntu1604-arm64-large
641
+ # Pending re-installation of PHP toolchain on ARM64 (see: PHPC-1372 )
642
+ # - id: ubuntu1604-arm64
643
+ # display_name: "Ubuntu 16.04 ARM64"
644
+ # run_on: ubuntu1604-arm64-large
645
645
# Pending installation of PHP toolchain on macOS hosts (see: PHPC-869)
646
646
# - id: macos-1014
647
647
# display_name: "Mac OS 10.14"
@@ -691,7 +691,8 @@ buildvariants:
691
691
692
692
- matrix_name : " mongo-30-php7"
693
693
matrix_spec : {"os-php7": "*", "versions": ["3.0", "3.2", "3.4"], "php-versions": "7.2" }
694
- exclude_spec : [ {"os-php7": "rhel71-power8", "versions": "3.0", "php-versions": "7.2"}, {"os-php7": "rhel74-zseries", "versions": ["3.0", "3.2"], "php-versions": "7.2"} , {"os-php7": "ubuntu1604-arm64", "versions": ["3.0", "3.2"], "php-versions": "7.2"} ]
694
+ # Pending PHPC-1372, restore exclude_spec: {"os-php7": "ubuntu1604-arm64", "versions": ["3.0", "3.2"], "php-versions": "7.2"}
695
+ exclude_spec : [ {"os-php7": "rhel71-power8", "versions": "3.0", "php-versions": "7.2"}, {"os-php7": "rhel74-zseries", "versions": ["3.0", "3.2"], "php-versions": "7.2"} ]
695
696
display_name : " ${versions}/${php-versions} — ${os-php7}"
696
697
tasks :
697
698
- name : " test-standalone-old"
0 commit comments