Skip to content

Commit e655a13

Browse files
committed
Remove reference to ubuntu1604-arm64 in exclude_spec
1 parent 4d4736e commit e655a13

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -638,10 +638,10 @@ axes:
638638
- id: rhel74-zseries
639639
display_name: "RHEL 7.4 zSeries"
640640
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
645645
# Pending installation of PHP toolchain on macOS hosts (see: PHPC-869)
646646
# - id: macos-1014
647647
# display_name: "Mac OS 10.14"
@@ -691,7 +691,8 @@ buildvariants:
691691

692692
- matrix_name: "mongo-30-php7"
693693
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"} ]
695696
display_name: "${versions}/${php-versions} — ${os-php7}"
696697
tasks:
697698
- name: "test-standalone-old"

0 commit comments

Comments
 (0)