Skip to content

Commit 8e47739

Browse files
derickrjmikola
authored andcommitted
PHPC-1299: Add Ubuntu 16.04/ARM64.
1 parent 74064e4 commit 8e47739

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,9 @@ axes:
657657
- id: rhel74-zseries
658658
display_name: "RHEL 7.4 zSeries"
659659
run_on: rhel72-zseries-test
660+
- id: ubuntu1604-arm64
661+
display_name: "Ubuntu 16.04 ARM64"
662+
run_on: ubuntu1604-arm64-large
660663

661664
buildvariants:
662665

@@ -685,7 +688,7 @@ buildvariants:
685688

686689
- matrix_name: "mongo-30-php7"
687690
matrix_spec: {"os-php7": "*", "versions": ["3.0", "3.2", "3.4"], "php-versions": "7.2" }
688-
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"} ]
691+
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"} ]
689692
display_name: "${versions}/${php-versions} — ${os-php7}"
690693
tasks:
691694
- name: "test-standalone-old"

0 commit comments

Comments
 (0)