From 51d38c1a3eac3bff73148c8cb7bd8cff1a9f976f Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 10 Jul 2019 16:25:24 -0500 Subject: [PATCH] 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 --- ceph-volume-test/config/definitions/ceph-volume-test.yml | 1 + 1 file changed, 1 insertion(+) 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' -- 2.39.5