Skip to content

Temporarily disable ARM64 hosts in Evergreen #976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,10 @@ axes:
- id: rhel74-zseries
display_name: "RHEL 7.4 zSeries"
run_on: rhel72-zseries-test
- id: ubuntu1604-arm64
display_name: "Ubuntu 16.04 ARM64"
run_on: ubuntu1604-arm64-large
# Pending re-installation of PHP toolchain on ARM64 (see: BUILD-8395)
#- id: ubuntu1604-arm64
# display_name: "Ubuntu 16.04 ARM64"
# run_on: ubuntu1604-arm64-large
# Pending installation of PHP toolchain on macOS hosts (see: PHPC-869)
# - id: macos-1014
# display_name: "Mac OS 10.14"
Expand Down