From 0d283f2f9935ee770cb4551bb8c8f454e145972e Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 10 Jul 2019 11:22:52 -0500 Subject: [PATCH] ceph-volume: fix logic when deciding to run simple tests Signed-off-by: Andrew Schoen --- ceph-volume-test/config/definitions/ceph-volume-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5