Skip to content

Commit 3791527

Browse files
authored
Add 'virt' and 'group' settings for arm64-graviton2
pandas-dev#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"
1 parent a25198c commit 3791527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ matrix:
3636

3737
include:
3838
- arch: arm64-graviton2
39+
virt: lxd
40+
group: edge
3941
env:
4042
- 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)"
4143

0 commit comments

Comments
 (0)