mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-12 17:30:19 +00:00
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 <madhupr007@gmail.com>
This commit is contained in:
parent
04ea2b6f81
commit
179084a60a
23
.travis.yml
23
.travis.yml
@ -86,17 +86,18 @@ jobs:
|
|||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||||
- make image-cephcsi || travis_terminate 1;
|
- make image-cephcsi || travis_terminate 1;
|
||||||
- scripts/travis-functest.sh v1.17.0 || travis_terminate 1;
|
- scripts/travis-functest.sh v1.17.0 || travis_terminate 1;
|
||||||
|
# yamllint disable rule:comments-indentation
|
||||||
- name: cephcsi on Arm64
|
# Disabled build on arm64 as we are facing issue in travis CI
|
||||||
arch: arm64
|
# - name: cephcsi on Arm64
|
||||||
script:
|
# arch: arm64
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
# script:
|
||||||
- make image-cephcsi || travis_terminate 1;
|
# - scripts/skip-doc-change.sh || travis_terminate 0;
|
||||||
# No CI test job is availabe for Arm64 now due to below issues
|
# - make image-cephcsi || travis_terminate 1;
|
||||||
# - k8s-csi sidecar images for Arm64 are not available
|
# # No CI test job is availabe for Arm64 now due to below issues
|
||||||
# - Travis Arm64 CI job runs inside unprivileged LXD which blocks
|
# # - k8s-csi sidecar images for Arm64 are not available
|
||||||
# launching minikube test environment
|
# # - Travis Arm64 CI job runs inside unprivileged LXD which blocks
|
||||||
- travis_terminate 0 # deploy only on x86
|
# # launching minikube test environment
|
||||||
|
# - travis_terminate 0 # deploy only on x86
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
|
Loading…
Reference in New Issue
Block a user