From faea36fbb5e7de18dfc627ce23b634e0c8d430fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 11 Aug 2020 18:17:34 +0200 Subject: [PATCH] Don't build arm containers on TravisCI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit From the time being, they are reaching timeouts. Change-Id: I5a2d6060f1f1042f630eeafa1876ed434e681e3a Signed-off-by: Cédric Ollivier (cherry picked from commit e4704c75d6beca998c388b60c57580d2918a89d1) --- .travis.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf0612f9..b990b5ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,18 +55,6 @@ jobs: - amd64_dirs="docker/healthcheck" - arm_dirs="" - arm64_dirs="" - - script: bash build.sh - env: - - REPO="${DOCKER_USERNAME}" - - amd64_dirs="" - - arm_dirs="docker/healthcheck" - - arm64_dirs="" - - script: bash build.sh - env: - - REPO="${DOCKER_USERNAME}" - - amd64_dirs="" - - arm_dirs="" - - arm64_dirs="docker/healthcheck" - script: bash build.sh env: - REPO="${DOCKER_USERNAME}" @@ -106,7 +94,7 @@ jobs: - stage: publish functest-kubernetes-[healthcheck,cnf,security] manifests script: > manifest-tool push from-args \ - --platforms linux/amd64,linux/arm,linux/arm64 \ + --platforms linux/amd64 \ --template \ ${DOCKER_USERNAME}/functest-kubernetes-healthcheck:ARCH-jerma \ --target ${DOCKER_USERNAME}/functest-kubernetes-healthcheck:jerma -- 2.16.6