From: Andrew Schoen Date: Wed, 10 Jul 2019 21:25:24 +0000 (-0500) Subject: ceph-volume-test: adds on-evaluation-failure to the simple build step X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fceph-volume-nautilus;p=ceph-build.git ceph-volume-test: adds on-evaluation-failure to the simple build step This makes the job skip the simple tests if the condition fails instead of failing the run. 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 0e68429d..ba8d086d 100644 --- a/ceph-volume-test/config/definitions/ceph-volume-test.yml +++ b/ceph-volume-test/config/definitions/ceph-volume-test.yml @@ -86,6 +86,7 @@ if [[ ! "$CEPH_BRANCH" =~ luminous|mimic ]]; then exit 1 fi + on-evaluation-failure: dont-run steps: - multijob: name: 'testing ceph-volume simple'