From: Andrew Schoen Date: Wed, 10 Jul 2019 16:22:52 +0000 (-0500) Subject: ceph-volume: fix logic when deciding to run simple tests X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0d283f2f9935ee770cb4551bb8c8f454e145972e;p=ceph-build.git ceph-volume: fix logic when deciding to run simple tests Signed-off-by: Andrew Schoen --- diff --git a/ceph-volume-test/config/definitions/ceph-volume-test.yml b/ceph-volume-test/config/definitions/ceph-volume-test.yml index df27868a..cbe13fdd 100644 --- a/ceph-volume-test/config/definitions/ceph-volume-test.yml +++ b/ceph-volume-test/config/definitions/ceph-volume-test.yml @@ -84,7 +84,7 @@ set -x # if the target branch is luminous or mimic we run these tests. if [[ "$CEPH_BRANCH" =~ luminous|mimic ]]; then - exit 0 + exit 1 fi steps: - multijob: