mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
travis: add "make containerized-test" job
Add the containerized test to the existing containerized-build job so that resources are shared a little. Both tests use a different distribution, similar to what a developer has on their system, and production deployments on a server. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
3c6054ddf9
commit
bd6393cf76
@ -73,8 +73,9 @@ jobs:
|
||||
- make go-test
|
||||
- make mod-check || travis_terminate 1;
|
||||
|
||||
- name: containerized build
|
||||
- name: containerized test (Fedora) and build (CentOS)
|
||||
script:
|
||||
- make containerized-test || travis_terminate 1;
|
||||
- make containerized-build || travis_terminate 1;
|
||||
|
||||
- name: cephcsi with kube 1.14.10
|
||||
|
Loading…
Reference in New Issue
Block a user