From bd6393cf764638cb1d6c29c60a836af0c73f7344 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Sat, 18 Apr 2020 16:59:16 +0200 Subject: [PATCH] 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 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 49c9b093a..0a36d6865 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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