mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-19 04:40:19 +00:00
travis: re-enable running on arm64
Travis CI has fixed their Ubuntu Xenial images for arm64, so the job can be enabled again. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
8265c431a7
commit
79b0b8cfa6
22
.travis.yml
22
.travis.yml
@ -86,18 +86,16 @@ 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;
|
||||
# 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
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user