From 4ad4cb162b395dcde0d9e5e1e6c2e59f1b57dec6 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 19 Mar 2020 13:41:22 +0530 Subject: [PATCH] Skip arm64 building in CI currently we are facing an issue related to mongodb in arm64 travis CI updates: #873 Signed-off-by: Madhu Rajanna (cherry picked from commit 179084a60a46d8bff60c98b02d459d6ffd737010) --- .travis.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index ddab4ac42..afc368b49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,17 +76,18 @@ jobs: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - scripts/travis-functest.sh v1.17.0 || travis_terminate 1; - - - name: cephcsi on Arm64 - arch: arm64 - script: - - scripts/skip-doc-change.sh || travis_terminate 0; - - make image-cephcsi || travis_terminate 1; - # No CI test job is availabe for Arm64 now due to below issues - # - k8s-csi sidecar images for Arm64 are not available - # - Travis Arm64 CI job runs inside unprivileged LXD which blocks - # launching minikube test environment - - travis_terminate 0 # deploy only on x86 + # yamllint disable rule:comments-indentation + # Disabled build on arm64 as we are facing issue in travis CI + # - name: cephcsi on Arm64 + # arch: arm64 + # script: + # - scripts/skip-doc-change.sh || travis_terminate 0; + # - make image-cephcsi || travis_terminate 1; + # # No CI test job is availabe for Arm64 now due to below issues + # # - k8s-csi sidecar images for Arm64 are not available + # # - Travis Arm64 CI job runs inside unprivileged LXD which blocks + # # launching minikube test environment + # - travis_terminate 0 # deploy only on x86 deploy: - provider: script