]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-test: only run simple tests for luminous and mimic 1341/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 10 Jul 2019 17:54:03 +0000 (12:54 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 10 Jul 2019 17:54:03 +0000 (12:54 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-volume-test/config/definitions/ceph-volume-test.yml

index cbe13fdddcd536def278a9d5f8c64e6d616252ae..0e68429d301d8cbcabffd1c1792174d85dbcf0c8 100644 (file)
@@ -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: