Skip to content

Commit 4a68067

Browse files
authored
Use arm64-graviton2 on Travis (#7016)
1 parent a76d35a commit 4a68067

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ env:
6969
jobs:
7070
include:
7171
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
72-
arch: arm64
72+
arch: arm64-graviton2
73+
dist: bionic
74+
virt: lxd
75+
group: edge
7376
if: type = cron
7477
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1
7578
arch: s390x

0 commit comments

Comments
 (0)