From ad97134ce2deaae7ffded0ce1b78920fe960465d Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Fri, 24 Jul 2020 17:29:09 -0700 Subject: travis: run only arm64 builds The travis capacity is limited, but we build and test amd64 on kokoro. PiperOrigin-RevId: 323103934 --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d3141f38..1d955b05d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,10 @@ services: - docker jobs: include: - - os: linux - arch: amd64 + # AMD64 builds are tested on kokoro, so don't run them in travis to save + # capacity for arm64 builds. + # - os: linux + # arch: amd64 - os: linux arch: arm64 script: -- cgit v1.2.3