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:
Niels de Vos 2020-04-18 16:59:16 +02:00 committed by mergify[bot]
parent 3c6054ddf9
commit bd6393cf76

View File

@ -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