@@ -653,10 +653,9 @@ axes:
653
653
- id : rhel74-zseries
654
654
display_name : " RHEL 7.4 zSeries"
655
655
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
660
659
# Pending installation of PHP toolchain on macOS hosts (see: PHPC-869)
661
660
# - id: macos-1014
662
661
# display_name: "Mac OS 10.14"
@@ -702,6 +701,8 @@ buildvariants:
702
701
703
702
- matrix_name : " tests-php7"
704
703
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"]}
705
706
display_name : " All: ${versions}/${php-versions} — ${os-php7}"
706
707
tasks :
707
708
- name : " test-standalone-ssl"
@@ -718,8 +719,10 @@ buildvariants:
718
719
719
720
- matrix_name : " mongo-30-php7"
720
721
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"}
723
726
display_name : " ${versions}/${php-versions} — ${os-php7}"
724
727
tasks :
725
728
- name : " test-standalone-old"
@@ -736,6 +739,8 @@ buildvariants:
736
739
737
740
- matrix_name : " mongo-36-php7"
738
741
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"}
739
744
display_name : " ${versions}/${php-versions} — ${os-php7}"
740
745
tasks :
741
746
- name : " test-standalone"
@@ -759,7 +764,8 @@ buildvariants:
759
764
- matrix_name : " mongo-40-php7"
760
765
matrix_spec : {"os-php7": "*", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.3" }
761
766
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"}
763
769
display_name : " ${versions}/${php-versions} — ${os-php7}"
764
770
tasks :
765
771
- name : " test-standalone"
0 commit comments