From 3791527a259194d7e60fe3d7389937ec21cb97fa Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Thu, 15 Apr 2021 10:33:06 +0300 Subject: [PATCH] Add 'virt' and 'group' settings for arm64-graviton2 https://github.com/pandas-dev/pandas/pull/40868 tried to change from `arm64` to `arm64-graviton2` but actually changed it to `amd64` because of the missing `virt` and `group` settings, as explained at https://blog.travis-ci.com/2020-09-11-arm-on-aws, section "Quick tips" --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0098e3872bec7..540cd026a43d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,8 @@ matrix: include: - arch: arm64-graviton2 + virt: lxd + group: edge env: - JOB="3.7, arm64" PYTEST_WORKERS="auto" ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"