From: Andrew Schoen Date: Wed, 10 Jul 2019 17:54:03 +0000 (-0500) Subject: ceph-volume-test: only run simple tests for luminous and mimic X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a10b0dfe040c270f03530a8dccde5f7a60f38b69;p=ceph-build.git ceph-volume-test: only run simple tests for luminous and mimic 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 cbe13fdd..0e68429d 100644 --- a/ceph-volume-test/config/definitions/ceph-volume-test.yml +++ b/ceph-volume-test/config/definitions/ceph-volume-test.yml @@ -83,7 +83,7 @@ #!/bin/bash set -x # if the target branch is luminous or mimic we run these tests. - if [[ "$CEPH_BRANCH" =~ luminous|mimic ]]; then + if [[ ! "$CEPH_BRANCH" =~ luminous|mimic ]]; then exit 1 fi steps: